X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FRadiotapPacket.test.cc;h=93051e30535c111112287f2df40d4f44e077cbf4;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=d5631fd3ff33af723b23409dc7d8eef6ef69149f;hpb=01e8fa6cf173c60c3deb47c29c6d56718ef9548e;p=senf.git diff --git a/senf/Packets/80211Bundle/RadiotapPacket.test.cc b/senf/Packets/80211Bundle/RadiotapPacket.test.cc index d5631fd..93051e3 100644 --- a/senf/Packets/80211Bundle/RadiotapPacket.test.cc +++ b/senf/Packets/80211Bundle/RadiotapPacket.test.cc @@ -4,6 +4,7 @@ // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Christian Niephaus +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -59,7 +60,7 @@ SENF_AUTO_UNIT_TEST(RadiotapPacket_packet) /* present flags */ BOOST_CHECK_EQUAL( p->tsftPresent(), true); BOOST_CHECK_EQUAL( p->flagsPresent(), true); - BOOST_CHECK_EQUAL( p->extendedBitmaskPresent(), false); + // BOOST_CHECK_EQUAL( p->extendedBitmaskPresent(), false); BOOST_CHECK_EQUAL( p->ratePresent(), true); BOOST_CHECK_EQUAL( p->channelOptionsPresent(), true); BOOST_CHECK_EQUAL( p->fhssPresent(), false);