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/T800xProtocolDecoderTest.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/T800xProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/T800xProtocolDecoderTest.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/org/traccar/protocol/T800xProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index f176234f2..0f311478f 100644 --- a/test/org/traccar/protocol/T800xProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -10,19 +10,19 @@ public class T800xProtocolDecoderTest extends ProtocolTest { T800xProtocolDecoder decoder = new T800xProtocolDecoder(new T800xProtocol()); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "232301001500000880316890202968140197625020")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "232303000f00000880316890202968")); verifyAttributes(decoder, binary( "232302004200000880316890202968001e02582d00000000000000050000320000018901920000001dc1e2001601081154255d0202005a0053875a00a57e5a00af80")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "232301001500020357367031063979150208625010")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "232303000f00000357367031063979")); verifyPosition(decoder, binary( |