all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Socket / ProtocolServerSocketHandle.test.cc
index 7d51364..a9e0047 100644 (file)
@@ -30,7 +30,7 @@
 #include "ProtocolServerSocketHandle.hh"
 #include "SocketProtocol.test.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -45,7 +45,7 @@ namespace {
     };
 }
 
-BOOST_AUTO_UNIT_TEST(protocolServerSocketHandle)
+SENF_AUTO_UNIT_TEST(protocolServerSocketHandle)
 {
     typedef senf::ProtocolServerSocketHandle<MySocketProtocol> MySocketHandle;