Packets/80221Bundle: run all tests before committing! Grmpf.
tho [Tue, 14 Jul 2009 07:33:08 +0000 (07:33 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1272 270642c3-0616-0410-b53a-bc976706d245

Packets/80221Bundle/TLVPacket.test.cc

index 4e5af46..2e1c265 100644 (file)
@@ -181,7 +181,7 @@ namespace {
         using mixin::initSize;
 
         static void finalize(ConcretePacket<TestMacAddressTLVPacketType> p) {
-            p->shrinkLength();
+            p->finalizeLength();
         }
     };
     typedef ConcretePacket<TestMacAddressTLVPacketType> TestMacAddressTLVPacket;