diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/base/ringbuffer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/base/ringbuffer.cpp b/test/base/ringbuffer.cpp index 73c85d65..eb672498 100644 --- a/test/base/ringbuffer.cpp +++ b/test/base/ringbuffer.cpp @@ -51,7 +51,6 @@ namespace usdx void setUp() { rbuff = new RingBuffer(10); - } void tearDown() @@ -161,7 +160,7 @@ namespace usdx CPPUNIT_ASSERT_EQUAL(5, rbuff->write(w2Buffer,5)); CPPUNIT_ASSERT_EQUAL(9, rbuff->get_available()); } - + // check if the flush function clears the buffer correctly void testFlush() { |