Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / PPI / IdleEvent.test.cc
index 443e29d..3001db2 100644 (file)
@@ -38,6 +38,7 @@
 SENF_AUTO_UNIT_TEST(idleEvent)
 {
     // Tested by ActiveFeeder.test.cc
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////