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 +++ traccar-web | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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")); diff --git a/traccar-web b/traccar-web index 29ab3eabf..d67213556 160000 --- a/traccar-web +++ b/traccar-web @@ -1 +1 @@ -Subproject commit 29ab3eabfe35aa6ad6d2a8be3d7f7b790623ea1e +Subproject commit d67213556dcc87453c0ad5cd6f9e8851c477a2f3 -- cgit v1.2.3