diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 22:23:15 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-17 22:23:15 +1200 |
commit | acfff6030fb83eab523aa84a48252b391eb6c9d9 (patch) | |
tree | 7238719e3ae782447f07d7fbf4bb54a9a3c6e630 /test/org/traccar/protocol/TelicProtocolDecoderTest.java | |
parent | cdcb8c504e01d941e6ea4c3ed8998088af4a0d90 (diff) | |
download | trackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.tar.gz trackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.tar.bz2 trackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.zip |
Rename verification method
Diffstat (limited to 'test/org/traccar/protocol/TelicProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TelicProtocolDecoderTest.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/org/traccar/protocol/TelicProtocolDecoderTest.java b/test/org/traccar/protocol/TelicProtocolDecoderTest.java index 74257ee6b..85d6f70ac 100644 --- a/test/org/traccar/protocol/TelicProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TelicProtocolDecoderTest.java @@ -28,22 +28,22 @@ public class TelicProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, text( "072027997498,230317082635,0,230317082635,260332,444265,3,28,165,,,,124,61107582,226,01,00,255,219,00000000000000")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "0026203393|226|10|002004010")); verifyPosition(decoder, text( "003020339325,190317083052,0,180317103127,259924,445133,3,0,0,9,,,93,12210141,,0010,00,40,240,0,0406")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "0026296218SCCE01_SCCE|226|10|0267")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "1242022592TTUV0100,0201,351266000022592,170403114305,0115859,480323,3,30,5,9,3,4,650,250000000,26202,1001,0001,211,233,111,0")); verifyPosition(decoder, text( "123002259213,170403114305,1234,170403114305,0115859,480323,3,30,5,9,3,4,650,250000000,26202,1001,0001,211,233,111,0,600")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "0044296218TLOC0267,00,011009000296218,190317083036,255178,445072,3,0,82,,,,168,14741296,,00,00,0,217")); verifyPosition(decoder, text( @@ -61,7 +61,7 @@ public class TelicProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, text( "003097061325,210216112630,0,210216001405,246985,594078,3,0,283,12,,,23,4418669,,0010,00,117,0,0,0108")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "0026970613|248|01|004006011")); verifyPosition(decoder, text( |