commit | eee3e823c27283e7e758b4fcf2ec3e99ac3a4efc | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Nov 26 19:19:34 2016 +0100 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Nov 27 17:52:54 2016 +0100 |
tree | ac39a426e92b27f94de3380f4918b02cb2ef702e | |
parent | 99832d497938a45ea90ecb496cdef4dcb8e54763 [diff] [blame] |
tests: respect naming conventions and improve nesting of some test suites Change-Id: I255c27b552b32570871a9d5f8bda814ba8723c80 Refs: #2497
diff --git a/tests/unit-tests/encoding/buffer-stream.t.cpp b/tests/unit-tests/encoding/buffer-stream.t.cpp index 2e37e25..9c712ea 100644 --- a/tests/unit-tests/encoding/buffer-stream.t.cpp +++ b/tests/unit-tests/encoding/buffer-stream.t.cpp
@@ -65,6 +65,9 @@ auto os = make_unique<OBufferStream>(); *os << 'x'; os.reset(); // should not cause use-after-free + + // avoid "test case [...] did not check any assertions" message from Boost.Test + BOOST_CHECK(true); } BOOST_AUTO_TEST_SUITE_END() // TestBufferStream