From 5a582f6316511199d43b4c15e7d1759932f9874b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 18 Jun 2018 16:19:33 +1200 Subject: Decode JT600 status flags --- test/org/traccar/protocol/Jt600ProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org') diff --git a/test/org/traccar/protocol/Jt600ProtocolDecoderTest.java b/test/org/traccar/protocol/Jt600ProtocolDecoderTest.java index ed583e012..3baa17667 100644 --- a/test/org/traccar/protocol/Jt600ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Jt600ProtocolDecoderTest.java @@ -11,6 +11,9 @@ public class Jt600ProtocolDecoderTest extends ProtocolTest { Jt600ProtocolDecoder decoder = new Jt600ProtocolDecoder(new Jt600Protocol()); + verifyPositions(decoder, binary( + "2475801263981711002713061813333723501622090221558f012f0000002a070000000020c055b88552191f000f0f0f07")); + verifyPositions(decoder, binary( "24408111888821001B09060908045322564025113242329F0598000001003F0000002D00AB")); -- cgit v1.2.3