all unit tests: replaced BOOST_AUTO_UNIT_TEST with new SENF_AUTO_UNIT_TEST macro
[senf.git] / senf / Socket / Protocols / BSDSocketAddress.test.cc
index cb53808..1827cfd 100644 (file)
 
 // Custom includes
 #include "BSDSocketAddress.hh"
-#include "INet/INetAddressing.hh"
+#include <senf/Socket/Protocols/INet/INetAddressing.hh>
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(bsdSocketAddress)
+SENF_AUTO_UNIT_TEST(bsdSocketAddress)
 {
     senf::GenericBSDSocketAddress g1;
     senf::GenericBSDSocketAddress g2 (senf::INet4SocketAddress("1.2.3.4:5678"));