X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FMACAddress.test.cc;h=62725271e6db40613e1e78dcace70344c0cc00c3;hb=0fb5ed1adf2f67dbf47fdfed3f3c8be989cf3618;hp=34749b05040840a40f9da33b2dcc4d018c749067;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/Raw/MACAddress.test.cc b/senf/Socket/Protocols/Raw/MACAddress.test.cc index 34749b0..6272527 100644 --- a/senf/Socket/Protocols/Raw/MACAddress.test.cc +++ b/senf/Socket/Protocols/Raw/MACAddress.test.cc @@ -29,16 +29,17 @@ // Custom includes #include #include "MACAddress.hh" -#include "../../../Utils/String.hh" +#include #include "EUI64.hh" +#include -#include "../../../Utils/auto_unit_test.hh" +#include #include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(macAddress) +SENF_AUTO_UNIT_TEST(macAddress) { using senf::MACAddress; using senf::AddressSyntaxException; @@ -111,7 +112,7 @@ BOOST_AUTO_UNIT_TEST(macAddress) ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ - + // Local Variables: // mode: c++ // fill-column: 100