X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FParseHelpers.test.cc;h=d04b4746346a9401564100eec9d7833b165b2bc6;hb=47d8fe245087b57098115b66094872cfffb8cbed;hp=b5a5f222c0118f45c652c0d468dc561908cdc9d9;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/ParseHelpers.test.cc b/senf/Packets/ParseHelpers.test.cc index b5a5f22..d04b474 100644 --- a/senf/Packets/ParseHelpers.test.cc +++ b/senf/Packets/ParseHelpers.test.cc @@ -29,7 +29,7 @@ // Custom includes #include "Packets.hh" -#include "../Utils/auto_unit_test.hh" +#include #include #define prefix_ @@ -95,7 +95,7 @@ namespace { }; } -BOOST_AUTO_UNIT_TEST(fixedParser) +SENF_AUTO_UNIT_TEST(fixedParser) { unsigned char data[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x83, 0x84, 0x07, 0x08 }; @@ -205,7 +205,7 @@ namespace { }; } -BOOST_AUTO_UNIT_TEST(variableParser) +SENF_AUTO_UNIT_TEST(variableParser) { unsigned char data[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x83, 0x84, 0x07, 0x08 };