[Gd-chatter] r11651 - trunk/libraries/packetizer/packetizer-test
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Tue Jan 22 21:11:12 CET 2008
Author: andreas
Date: Tue Jan 22 21:11:11 2008
New Revision: 11651
Modified:
trunk/libraries/packetizer/packetizer-test/packetizer-test.dylan
Log:
Job: 7299
fix test case.. wanted to test decimal, not hexadecimal
Modified: trunk/libraries/packetizer/packetizer-test/packetizer-test.dylan
==============================================================================
--- trunk/libraries/packetizer/packetizer-test/packetizer-test.dylan (original)
+++ trunk/libraries/packetizer/packetizer-test/packetizer-test.dylan Tue Jan 22 21:11:11 2008
@@ -502,7 +502,7 @@
end;
define test abstract-parse-test ()
- let f = parse-frame(<abstract-test>, #(#x23, #x42, #x23));
+ let f = parse-frame(<abstract-test>, #(23, 42, 23));
frame-field-checker(0, f, 0, 8, 8);
frame-field-checker(1, f, 8, 8, 16);
check-equal("type with inline layering is correct",
More information about the chatter
mailing list