X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.test.cc;h=64e68e6e0366aaea75edf9974a63b5635ed3fbee;hb=05fab45b5f96c457d3c6b359f66ce1506c6ad510;hp=35079a76c46d809706bb6a409d6e70b729fe78c0;hpb=f13c1275e48e97dceb7de7925793a4c69a5aeb61;p=senf.git diff --git a/Packets/ParseVec.test.cc b/Packets/ParseVec.test.cc index 35079a7..64e68e6 100644 --- a/Packets/ParseVec.test.cc +++ b/Packets/ParseVec.test.cc @@ -26,9 +26,7 @@ //#include "ParseVec.test.ih" // Custom includes -#include "ParseVec.hh" -#include "ParseInt.hh" -#include "PacketType.hh" +#include "Packets.hh" #include #include @@ -70,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,