tlv: Another set of changes to update TLV type re-assignment
Change-Id: Ia26fb0a8b30ce98bfe0184950fb975b0029fea2d
diff --git a/tests/test-interest.cpp b/tests/test-interest.cpp
index 254bd48..2c8f772 100644
--- a/tests/test-interest.cpp
+++ b/tests/test-interest.cpp
@@ -13,32 +13,32 @@
BOOST_AUTO_TEST_SUITE(TestInterest)
const uint8_t Interest1[] = {
- 0x3, 0x41, // NDN Interest
- 0x1, 0x14, // Name
- 0x2, 0x5, // NameComponent
+ 0x05, 0x41, // NDN Interest
+ 0x07, 0x14, // Name
+ 0x08, 0x5, // NameComponent
0x6c, 0x6f, 0x63, 0x61, 0x6c,
- 0x2, 0x3, // NameComponent
+ 0x08, 0x3, // NameComponent
0x6e, 0x64, 0x6e,
- 0x2, 0x6, // NameComponent
+ 0x08, 0x6, // NameComponent
0x70, 0x72, 0x65, 0x66, 0x69, 0x78,
- 0x5, 0x1f, // Selectors
- 0x09, 0x1, 0x1, // MinSuffix
- 0x0a, 0x1, 0x1, // MaxSuffix
- 0x0c, 0x14, // Exclude
- 0x2, 0x4, // NameComponent
+ 0x09, 0x1f, // Selectors
+ 0x0d, 0x1, 0x1, // MinSuffix
+ 0x0e, 0x1, 0x1, // MaxSuffix
+ 0x10, 0x14, // Exclude
+ 0x08, 0x4, // NameComponent
0x61, 0x6c, 0x65, 0x78,
- 0x2, 0x4, // NameComponent
+ 0x08, 0x4, // NameComponent
0x78, 0x78, 0x78, 0x78,
- 0xf, 0x0, // Any
- 0x2, 0x4, // NameComponent
+ 0x13, 0x0, // Any
+ 0x08, 0x4, // NameComponent
0x79, 0x79, 0x79, 0x79,
- 0x0d, 0x1, // ChildSelector
+ 0x11, 0x1, // ChildSelector
0x1,
- 0x6, 0x1, // Nonce
+ 0x0a, 0x1, // Nonce
0x1,
- 0x7, 0x1, // Scope
+ 0x0b, 0x1, // Scope
0x1,
- 0x8, // InterestLifetime
+ 0x0c, // InterestLifetime
0x2, 0x3, 0xe8
};