From 06eb72ad101b5a0de9a975fd6f3585238d887cef Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 27 Aug 2016 11:04:03 +1200 Subject: Fix an issue in GpsMaker protocol decoder --- test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/org/traccar/protocol') diff --git a/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java b/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java index a8888c48c..8e25598fc 100644 --- a/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java @@ -11,6 +11,8 @@ public class GpsMarkerProtocolDecoderTest extends ProtocolTest { GpsMarkerProtocolDecoder decoder = new GpsMarkerProtocolDecoder(new GpsMarkerProtocol()); + verifyPosition(decoder, text( + "$GM23D863071014445404T260816142611N55441051E037325071033063C0530304#")); verifyNothing(decoder, text( "$GM300350123456789012T100511123300G25000001772F185200000000000000005230298#")); -- cgit v1.2.3