Packets: added documentation about necessary operator<< member for annotations
[senf.git] / senf / Utils / pool_alloc_mixin.test.cc
index a5ab332..439a837 100644 (file)
@@ -30,7 +30,7 @@
 #include "pool_alloc_mixin.hh"
 #include <boost/scoped_ptr.hpp>
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -41,7 +41,7 @@ namespace {
     {};
 }
 
-BOOST_AUTO_UNIT_TEST(poolAllocMixin)
+SENF_AUTO_UNIT_TEST(poolAllocMixin)
 {
 #ifdef SENF_DEBUG
     BOOST_CHECK_EQUAL( Test::allocCounter(), 0u );