From 47f7837e086b3d664ea0ad0f45b2d1d35e5ba301 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 27 May 2014 21:41:27 +1200 Subject: Fix GPS103 decoder (fix #723) --- test/org/traccar/protocol/Gps103ProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/org/traccar/protocol/Gps103ProtocolDecoderTest.java b/test/org/traccar/protocol/Gps103ProtocolDecoderTest.java index b5365f8d7..c536c58f9 100644 --- a/test/org/traccar/protocol/Gps103ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Gps103ProtocolDecoderTest.java @@ -104,6 +104,9 @@ public class Gps103ProtocolDecoderTest { verify(decoder.decode(null, null, "imei:313009071131684,tracker,1403211928,,F,112817.000,A,0610.1133,N,00116.5840,E,0.00,,,0,0,0.0,0.0,")); + + verify(decoder.decode(null, null, + "imei:866989771979791,tracker,140527055653,,F,215653.00,A,5050.33113,N,00336.98783,E,0.066,0")); } -- cgit v1.2.3