X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.test.cc;h=13dce87b3345396398e7b7e012524e846b654391;hb=cf48e83de9d4793ca5bd67d1e5acdb5b20968638;hp=e36846f0d5a07a4db608585095dfda2563379704;hpb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc b/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc index e36846f..13dce87 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc @@ -71,7 +71,7 @@ BOOST_AUTO_UNIT_TEST(WLANBeaconPacket_parse) BOOST_CHECK_EQUAL( i->type(), 0x07); //Country information ++i; //power constraint - BOOST_CHECK_EQUAL( i->type(), senf::WLANPowerConstraintInfoElementParser::TYPEID+0); + BOOST_CHECK_EQUAL( i->type(), senf::WLANPowerConstraintInfoElementParser::typeId+0); BOOST_CHECK( i->is()); senf::WLANPowerConstraintInfoElementParser ie ( i->as()); BOOST_CHECK_EQUAL( ie.value(), 0x42); @@ -116,7 +116,6 @@ BOOST_AUTO_UNIT_TEST(WLANBeaconPacket_create) } ///////////////////////////////cc.e//////////////////////////////////////// -#undef prefix_ // Local Variables: