Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / DiscardSink.test.cc
index b57c6db..551842c 100644 (file)
 #include "DebugModules.hh"
 #include "Setup.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(discardSink)
+SENF_AUTO_UNIT_TEST(discardSink)
 {
     // here we really can just validate that everything compiles ...
 
@@ -51,6 +51,8 @@ BOOST_AUTO_UNIT_TEST(discardSink)
 
     source.submit(p);
     source.submit(p);
+
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////