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/GatorProtocolDecoderTest.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/GatorProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GatorProtocolDecoderTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/GatorProtocolDecoderTest.java b/test/org/traccar/protocol/GatorProtocolDecoderTest.java index 8541f14b2..6d4dc06e8 100644 --- a/test/org/traccar/protocol/GatorProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GatorProtocolDecoderTest.java @@ -21,13 +21,13 @@ public class GatorProtocolDecoderTest extends ProtocolTest { verifyAttributes(decoder, binary( "2424800026364101b31608041108380273453415301532000000008000010000122800000124000000c40d")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "242421000658e3d851150d")); verifyAttributes(decoder, binary( "242480002658e3d851a60101c662bc00000000000000000000000000470007a30b0c00b10fc900ff00460d")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "242421000643e30282070d")); verifyPosition(decoder, binary( |