Skip to content

Commit

Permalink
Add GT06 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jun 24, 2018
1 parent caefd84 commit 05139e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/org/traccar/protocol/Gt06ProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ public void testDecode() throws Exception {
verifyNull(decoder, binary(
"78780D01086471700328358100093F040D0A"));

verifyPosition(decoder, binary(
"78782222120616083817c5050cc8c801a819d600152400e8011dbf003332000000004862500d0a"));

verifyAttributes(decoder, binary(
"78780B23C00122040001000818720D0A"));

Expand Down
2 changes: 1 addition & 1 deletion traccar-web

0 comments on commit 05139e4

Please sign in to comment.