X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.test.cc;h=8c8d8fd4bad762ce1fda417c5662179195982a97;hb=33d8f945cadcf912e8637a59d97ac1d1b320af9f;hp=a49709f7160ec8386ab7fe49652193489f6e77a1;hpb=6c0332484574ed1cb571bbc0dc9f0a37d6653282;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc b/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc index a49709f..8c8d8fd 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc @@ -32,7 +32,7 @@ ///////////////////////////////cc.p//////////////////////////////////////// -BOOST_AUTO_UNIT_TEST(WLANBeaconPacket_parse) +SENF_AUTO_UNIT_TEST(WLANBeaconPacket_parse) { unsigned char data[] = { 0x3a, 0x30, 0xaa, 0x4c, 0x9c, 0x00, 0x00, 0x00, //timestamp @@ -92,7 +92,7 @@ BOOST_AUTO_UNIT_TEST(WLANBeaconPacket_parse) SENF_CHECK_NO_THROW( p.dump( oss )); } -BOOST_AUTO_UNIT_TEST(WLANBeaconPacket_create) +SENF_AUTO_UNIT_TEST(WLANBeaconPacket_create) { senf::WLANBeaconPacket p (senf::WLANBeaconPacket::create()); p->timestamp() << 0x0000009C4CAA303AuLL;