Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Socket / SocketProtocol.test.cc
index 0864eeb..f774dca 100644 (file)
@@ -44,6 +44,8 @@ SENF_AUTO_UNIT_TEST(socketProtocol)
     // BOOST_CHECK( protocol.body() == 0 );
 
     protocol.policy();
+    
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////