X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FNetdeviceController.test.cc;h=c3546bf636efc119ee8d245b6dfedd9bb4f1b965;hb=975639608e44e49058ccd52f05ffe6b21faeafef;hp=c545b40d0c8f339bbfd3d5167df6b280f9467d22;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/NetdeviceController.test.cc b/senf/Socket/NetdeviceController.test.cc index c545b40..c3546bf 100644 --- a/senf/Socket/NetdeviceController.test.cc +++ b/senf/Socket/NetdeviceController.test.cc @@ -28,8 +28,8 @@ // Custom includes #include "NetdeviceController.hh" -#include #include +#include #include #include @@ -37,7 +37,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(NetdeviceController) { +SENF_AUTO_UNIT_TEST(NetdeviceController) { std::string ifname ("lo"); senf::NetdeviceController ctrl (ifname);