From 08e6d78e4f623b790f65cd4147d55dd7c7a4c6c2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 1 Feb 2015 11:04:49 +1300 Subject: Add XT013 test case --- test/org/traccar/protocol/Xt013ProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org/traccar/protocol/Xt013ProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/Xt013ProtocolDecoderTest.java b/test/org/traccar/protocol/Xt013ProtocolDecoderTest.java index 32d0c55c2..45d86b902 100644 --- a/test/org/traccar/protocol/Xt013ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Xt013ProtocolDecoderTest.java @@ -12,6 +12,9 @@ public class Xt013ProtocolDecoderTest { Xt013ProtocolDecoder decoder = new Xt013ProtocolDecoder(new TestDataManager(), null, null); + verify(decoder.decode(null, null, + "TK,862950021650364,150131090859,+53.267863,+5.767363,0,38,12,0,F,204,08,C94,336C,24,,4.09,1,,,,,,,,")); + verify(decoder.decode(null, null, "TK,862950021650364,150118113832,+53.267722,+5.767143,0,86,12,0,F,204,08,C94,336C,22,,4.21,1,,,,,,,,")); -- cgit v1.2.3