X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.test.cc;h=daa30d1ef6cd977644d8af8bc91aa4ae429c9494;hb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;hp=078626c2d6a4b03967de3f344327d3a24ccc3e2f;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/ParseVec.test.cc b/Packets/ParseVec.test.cc index 078626c..daa30d1 100644 --- a/Packets/ParseVec.test.cc +++ b/Packets/ParseVec.test.cc @@ -28,7 +28,7 @@ // Custom includes #include "Packets.hh" -#include +#include "../Utils/auto_unit_test.hh" #include #include @@ -68,7 +68,7 @@ BOOST_AUTO_UNIT_TEST(parseVec) BOOST_CHECK_EQUAL(std::distance(b,e), Parse_UInt16Vec::difference_type(v.size())); } - // Warning: Each of the followingoperations invalidate the parser -> we need to recreate it at + // Warning: Each of the following operations invalidate the parser -> we need to recreate it at // each step // And since all these members directly call the corresponding members in the container wrapper,