From e2f954ca7347e5df74e32fced79cceee6408d8c4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 19 May 2015 11:33:32 +1200 Subject: Add MiniFinder test case --- test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java index 27c88216f..32bcfe30c 100644 --- a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java +++ b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java @@ -20,6 +20,9 @@ public class MiniFinderProtocolDecoderTest extends ProtocolDecoderTest { verify(decoder.decode(null, null, "!D,22/2/14,13:47:51,56.899517,14.811665,0,0,b0001,179.3,97,5,16,0")); + verify(decoder.decode(null, null, + "!D,3/7/13,6:35:30,22.645952,114.040436,0.0,225.8,1f0001,12.11,98,0,0,0")); + } } -- cgit v1.2.3