aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/NavisProtocolDecoderTest.java
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-04-17 22:23:15 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2017-04-17 22:23:15 +1200
commitacfff6030fb83eab523aa84a48252b391eb6c9d9 (patch)
tree7238719e3ae782447f07d7fbf4bb54a9a3c6e630 /test/org/traccar/protocol/NavisProtocolDecoderTest.java
parentcdcb8c504e01d941e6ea4c3ed8998088af4a0d90 (diff)
downloadtrackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.tar.gz
trackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.tar.bz2
trackermap-server-acfff6030fb83eab523aa84a48252b391eb6c9d9.zip
Rename verification method
Diffstat (limited to 'test/org/traccar/protocol/NavisProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/NavisProtocolDecoderTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/NavisProtocolDecoderTest.java b/test/org/traccar/protocol/NavisProtocolDecoderTest.java
index 432d0eaca..32dd4739f 100644
--- a/test/org/traccar/protocol/NavisProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/NavisProtocolDecoderTest.java
@@ -13,7 +13,7 @@ public class NavisProtocolDecoderTest extends ProtocolTest {
NavisProtocolDecoder decoder = new NavisProtocolDecoder(new NavisProtocol());
- verifyNothing(decoder, binary(ByteOrder.LITTLE_ENDIAN,
+ verifyNull(decoder, binary(ByteOrder.LITTLE_ENDIAN,
"404E5443010000007B000000130044342A3E533A383631373835303035323035303739"));
verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN,
@@ -29,7 +29,7 @@ public class NavisProtocolDecoderTest extends ProtocolTest {
verifyPositions(decoder, binary(ByteOrder.LITTLE_ENDIAN,
"404E5443010000007B0000005A0050692A3E410125DB0E00000015110707110A0C0880630000AA39A2381600020000000000000000000C110708110A0CB389793F1AEF263F00000000120034F516440000000000000000000000FAFF000000FAFF000000FAFF80808080"));
- verifyNothing(decoder, binary(ByteOrder.LITTLE_ENDIAN,
+ verifyNull(decoder, binary(ByteOrder.LITTLE_ENDIAN,
"404E5443010000007B000000130047372A3E533A383631373835303035313236303639"));
}