Utils/Console: Fix DirectoryNode::add(...) API
[senf.git] / senf / Socket / Protocols / INet / RawINetSocketHandle.test.cc
index 1ea5cd8..a3a58e1 100644 (file)
@@ -32,7 +32,7 @@
 #include "RawINetSocketHandle.hh"
 #include <iostream>
 
-#include "../../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 namespace {
@@ -137,7 +137,7 @@ namespace {
 
 }
 
-BOOST_AUTO_UNIT_TEST(RawV4ClientSocketHandle)
+SENF_AUTO_UNIT_TEST(RawV4ClientSocketHandle)
 {
     if (getuid() != 0) {
         BOOST_WARN_MESSAGE(false, "Cannot test senf::RawV4SocketHandle as non-root user");
@@ -166,7 +166,7 @@ BOOST_AUTO_UNIT_TEST(RawV4ClientSocketHandle)
     }
 }
 
-BOOST_AUTO_UNIT_TEST(RawV6ClientSocketHandle)
+SENF_AUTO_UNIT_TEST(RawV6ClientSocketHandle)
 {
     if (getuid() != 0) {
         BOOST_WARN_MESSAGE(false, "Cannot test senf::RawV6SocketHandle as non-root user");