X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.test.cc;h=daa30d1ef6cd977644d8af8bc91aa4ae429c9494;hb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;hp=ffb22cac2d9a2859b03d0356b1e4812b802d18d5;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/ParseVec.test.cc b/Packets/ParseVec.test.cc index ffb22ca..daa30d1 100644 --- a/Packets/ParseVec.test.cc +++ b/Packets/ParseVec.test.cc @@ -26,11 +26,9 @@ //#include "ParseVec.test.ih" // Custom includes -#include "ParseVec.hh" -#include "ParseInt.hh" -#include "PacketType.hh" +#include "Packets.hh" -#include +#include "../Utils/auto_unit_test.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, @@ -185,4 +183,5 @@ BOOST_AUTO_UNIT_TEST(parseVec_wrapper) // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: