Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Packets / DefaultBundle / extra_tests / PacketLink.test.cc
index d5bc380..fa0f290 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //#include "PacketLink.test.ih"
 
 // Custom includes
-#include "../EthernetPacket.hh"
-#include "../IPv6Packet.hh"
+#include <senf/Packets/DefaultBundle/EthernetPacket.hh>
+#include <senf/Packets/DefaultBundle/IPv6Packet.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(packetLink)
+SENF_AUTO_UNIT_TEST(packetLink)
 {
     // This test shall test, whether referencing a packet (in this case IPv6Packet) as template
     // argument correctly includes the corresponding object file when linking
@@ -45,13 +45,13 @@ BOOST_AUTO_UNIT_TEST(packetLink)
                               0x00, 0x00, 0x00, 0x00, 0x00, 0x02,             // target mac
                               0x86, 0xdd,                                     // ethertype
 
-                              0x60, 0x00, 0x00, 0x00,                         // IP version, class, 
+                              0x60, 0x00, 0x00, 0x00,                         // IP version, class,
                                                                               //          flow label
                               0x00, 0x00,                                     // payload length
                               0x3B,                                           // no next header
                               0x10,                                           // hop limit
                               0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // source ip
-                              0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 
+                              0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
                               0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // target ip
                               0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 };