diff options
Diffstat (limited to 'test/org/traccar/protocol/HuabaoProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/HuabaoProtocolDecoderTest.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/org/traccar/protocol/HuabaoProtocolDecoderTest.java b/test/org/traccar/protocol/HuabaoProtocolDecoderTest.java index 996fa874d..ba4c726ec 100644 --- a/test/org/traccar/protocol/HuabaoProtocolDecoderTest.java +++ b/test/org/traccar/protocol/HuabaoProtocolDecoderTest.java @@ -16,25 +16,25 @@ public class HuabaoProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, binary( "7e0200002c00160128561400030000000000040007005de13c065c6cdb00160000000017011710054201040000a9002a02000030011b310104e47e")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7e0100002d0141305678720024002c012f373031313142534a2d41362d424400000000000000000000003035363738373201d4c14238383838386d7e")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7E0100002D013511221122000500000000373031303748422D52303347424400000000000000000000003233363631303402CBD5424136383630387E")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7e0100002d007089994489002800000000000000000048422d523033474244000000000000000000000031393036373531024142433030303030d17e")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7E0102000E013511221122000661757468656E7469636174696F6E3F7E")); verifyPosition(decoder, binary( "7E02000032013511221122000700000000000C000301578CC006CA3A5C00470000000014072317201501040000000030011631010BD07E")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7E010200100940278494700084323031313131303831313333323139369F7E")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "7e010000190940278494700012000000000000000000000000000000000000094027849470000a7e")); verifyPosition(decoder, binary( |