Utils/Console: fix for changed order of senf::console::factory::Command parameters
[senf.git] / senf / Packets / extra-tests / AllBundles.test.cc
index 27553a4..63b69b6 100644 (file)
@@ -23,9 +23,6 @@
 /** \file
     \brief AllBundles unit tests */
 
-//#include "PacketLink.test.hh"
-//#include "PacketLink.test.ih"
-
 // Custom includes
 #include <senf/Packets/DefaultBundle/EthernetPacket.hh>
 #include <senf/Packets/DefaultBundle/IPv6Packet.hh>
@@ -36,7 +33,7 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(packetLink)
+SENF_AUTO_UNIT_TEST(packetLink)
 {
     // This test shall test, if there is now duplicated packet registration in AllBundles.
     // The test will fail at the start with an assertion error in this case.