From 2c8f3ec81886f8d512088db307b7a4c5f5aee7a0 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 4 May 2018 00:20:00 +1200 Subject: Support T880X protocol --- test/org/traccar/protocol/T800xProtocolDecoderTest.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/org') diff --git a/test/org/traccar/protocol/T800xProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index 0f311478f..fb8800a5c 100644 --- a/test/org/traccar/protocol/T800xProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -10,6 +10,12 @@ public class T800xProtocolDecoderTest extends ProtocolTest { T800xProtocolDecoder decoder = new T800xProtocolDecoder(new T800xProtocol()); + verifyNull(decoder, binary( + "252501001504050880061689888888111111250350")); + + verifyPosition(decoder, binary( + "252502004400010880616898888888000A00FF2001000020409600989910101010055501550000101005050005051010050558866B4276D6E342912AB441111500051010")); + verifyNull(decoder, binary( "232301001500000880316890202968140197625020")); -- cgit v1.2.3