Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Packets / DefaultBundle / RTPPacket.test.cc
index 04ee7aa..5379473 100644 (file)
 // Custom includes
 #include "RTPPacket.hh"
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 
-BOOST_AUTO_UNIT_TEST(RTPPacket_packet)
+SENF_AUTO_UNIT_TEST(RTPPacket_packet)
 {
     unsigned char data[] = {0x80 , 0x08 , 0x1b , 0xbb , 0x02 , 0xcb , 0xad , 0x80 , 0x50 , 0x48 , 0xa7, 0x8c };