From acfff6030fb83eab523aa84a48252b391eb6c9d9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 17 Apr 2017 22:23:15 +1200 Subject: Rename verification method --- test/org/traccar/protocol/CityeasyProtocolDecoderTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/org/traccar/protocol/CityeasyProtocolDecoderTest.java') 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( -- cgit v1.2.3