Packets: added bytes() member to GenericTLVRegistry
[senf.git] / senf / Packets / MPEGDVBBundle / DTCPPacket.test.cc
index 16df352..98a5243 100644 (file)
 
 // Custom includes
 #include "DTCPPacket.hh"
-#include "../../Utils/String.hh"
+#include <senf/Utils/String.hh>
 
-#include "../../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(dtcpPacket)
+SENF_AUTO_UNIT_TEST(dtcpPacket)
 {
     unsigned char data[] = { 
             0x11,                 // versionNumber = 1, command = JOIN
@@ -82,7 +82,7 @@ BOOST_AUTO_UNIT_TEST(dtcpPacket)
                        "  ip version              : 4\n"
                        "  tunnel protocol         : 23\n"
                        "  number of BDL ips       : 2\n"
-                       "  feed BDL ips            : \n"
+                       "  feed BDL ips:\n"
                        "    101.102.103.104\n"
                        "    201.202.203.204\n" );