From c60b59121e7afc32198beaed3b69cdd04a882219 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 15 Dec 2017 05:20:03 +1300 Subject: Add support for multi-fence type --- test/org/traccar/protocol/Gt06ProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/org/traccar/protocol/Gt06ProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java index 5404f4e55..13bc6e38d 100644 --- a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java @@ -19,7 +19,7 @@ public class Gt06ProtocolDecoderTest extends ProtocolTest { verifyAttributes(decoder, binary( "78780B23C00122040001000818720D0A")); - verifyNull(decoder, binary( + verifyNotNull(decoder, binary( "78782EA4110C0C02281BF6026C18720C38D22800149C1181CC00010000260E000000000615F8012C05041102FF001058FD0D0A")); verifyNotNull(decoder, binary( -- cgit v1.2.3