Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / Logger / SyslogTarget.test.cc
index 5459aeb..4ae4535 100644 (file)
@@ -42,6 +42,7 @@ SENF_AUTO_UNIT_TEST(syslogTarget)
     syslog.route();
     BOOST_WARN_MESSAGE( false, "Check the system log for the test message" );
     SENF_LOG(("SENF syslog test message"));
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////