X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FMIHPacket.test.cc;h=0218893b8d60ef246ee1e4208788e10e93ce796a;hb=d80f142699130075658d6448c90adf71338f2c5a;hp=cd997028937aa1721e4a6c34005a082911b0872c;hpb=767a76da8e5b96a69b620e44d32e0a1b04005679;p=senf.git diff --git a/senf/Packets/80221Bundle/MIHPacket.test.cc b/senf/Packets/80221Bundle/MIHPacket.test.cc index cd99702..0218893 100644 --- a/senf/Packets/80221Bundle/MIHPacket.test.cc +++ b/senf/Packets/80221Bundle/MIHPacket.test.cc @@ -296,7 +296,7 @@ SENF_AUTO_UNIT_TEST(MIHPayload_create) unsigned char tlv2_value[] = { 0x1a, 0x2b, 0x3c, 0x4d }; MIHGenericTLVParser tlv2 ( tlvListContainer.push_back_space()); - tlv2.type() = 0x0c; + tlv2.type() = 0x43; tlv2.value( tlv2_value); mihPacket.finalizeAll(); @@ -319,7 +319,7 @@ SENF_AUTO_UNIT_TEST(MIHPayload_create) 0x0a, // first bit not set, length=10 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, // value // second test tlv - 0x0c, // type + 0x43, // type 0x04, // first bit not set, length=4 0x1a, 0x2b, 0x3c, 0x4d // value };