Packets: Implement PacketRegistry priority support
[senf.git] / senf / Packets / MPEGDVBBundle / GREPacket.test.cc
index c3481fa..2fe1017 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "GREPacket.hh"
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
@@ -37,7 +37,7 @@
 
 using namespace senf;
 
-BOOST_AUTO_UNIT_TEST(GREPacket_packet)
+SENF_AUTO_UNIT_TEST(GREPacket_packet)
 {
     senf::GREPacket p (senf::GREPacket::create());