X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.test.cc;h=13dce87b3345396398e7b7e012524e846b654391;hb=cf48e83de9d4793ca5bd67d1e5acdb5b20968638;hp=d38d2ad7c21247b12c2ce438d8601ddb0f158f64;hpb=d827fa2c49602de3e7d9559810408f258b5987ba;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc b/senf/Packets/80211Bundle/WLANBeaconPacket.test.cc index d38d2ad..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);