From cddcc4634e720cd365c5703cad149fd2f44de7ad Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 10 Jan 2016 21:45:07 +1300 Subject: Add new Gator protocol test cases --- test/org/traccar/protocol/GatorProtocolDecoderTest.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/org/traccar/protocol/GatorProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/GatorProtocolDecoderTest.java b/test/org/traccar/protocol/GatorProtocolDecoderTest.java index 0c370bae4..cf65d0dc6 100644 --- a/test/org/traccar/protocol/GatorProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GatorProtocolDecoderTest.java @@ -18,6 +18,12 @@ public class GatorProtocolDecoderTest extends ProtocolTest { GatorProtocolDecoder decoder = new GatorProtocolDecoder(new GatorProtocol()); + verifyNothing(decoder, binary( + "242421000658e3d851150d")); + + verifyAttributes(decoder, binary( + "242480002658e3d851a60101c662bc00000000000000000000000000470007a30b0c00b10fc900ff00460d")); + verifyNothing(decoder, binary( "242421000643e30282070d")); -- cgit v1.2.3