From 681057b88e91c5c64c1f6b8780676d5172ea7c6f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 6 Jan 2017 08:34:32 +1300 Subject: Extend eelink protocol decoder --- test/org/traccar/protocol/EelinkProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org') diff --git a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java index c1e913415..fd21d4713 100644 --- a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java +++ b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java @@ -13,6 +13,9 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { verifyNothing(decoder, binary( "676701000c007b03525440717505180104")); + verifyPosition(decoder, binary( + "676702002509f65868507603a1e92e03cf90fe000000019f000117ee00111e0120631145003101510000")); + verifyPosition(decoder, binary( "676712001e0092579714d60201f90001785003a301cd1a006a118504f2000000000000")); -- cgit v1.2.3