diff options
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( |