From 05139e49bce1d7b5bf90f3ecbe78739450e3c0bf Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 25 Jun 2018 00:57:06 +1200 Subject: Add GT06 test case --- test/org/traccar/protocol/Gt06ProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org') diff --git a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java index 13bc6e38d..93e807759 100644 --- a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java @@ -16,6 +16,9 @@ public class Gt06ProtocolDecoderTest extends ProtocolTest { verifyNull(decoder, binary( "78780D01086471700328358100093F040D0A")); + verifyPosition(decoder, binary( + "78782222120616083817c5050cc8c801a819d600152400e8011dbf003332000000004862500d0a")); + verifyAttributes(decoder, binary( "78780B23C00122040001000818720D0A")); -- cgit v1.2.3