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/CityeasyProtocolDecoderTest.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/CityeasyProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/CityeasyProtocolDecoderTest.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java b/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java index e5a571386..b7125ca15 100644 --- a/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java @@ -14,16 +14,16 @@ public class CityeasyProtocolDecoderTest extends ProtocolTest { verifyNotNull(decoder, binary( "545400853575570249020100033b3430342c34352c31303638312c31313632312c33352c31303638312c31313632322c32332c31303638312c32383938332c32332c31303638312c31313632332c32312c31303638312c32333338312c31372c31303638312c32323538332c31372c31303638312c32363434312c31330000000d352e0d0a")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "54540019357557024902010002520704100000000bbe700d0a")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "5454001735755702490201434a01000000000c24280d0a")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "545400153520000000000100010000000111000D0A")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "54540019357557024902000002520704300000000376390d0a")); verifyPosition(decoder, binary( |