Link statically against boost_unit_test_framework library
[senf.git] / Packets / ParseVec.test.cc
index 078626c..daa30d1 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 #include "Packets.hh"
 
-#include <boost/test/auto_unit_test.hpp>
+#include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 #include <boost/assign.hpp>
 
@@ -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,