From b3eb72bfae2972e39fb19faba24c1a8eb88e761e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 31 Jul 2013 20:14:54 +1200 Subject: Add unit test for st910 --- test/org/traccar/protocol/St210ProtocolDecoderTest.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/org/traccar/protocol') diff --git a/test/org/traccar/protocol/St210ProtocolDecoderTest.java b/test/org/traccar/protocol/St210ProtocolDecoderTest.java index 26820b3f7..673e758f7 100644 --- a/test/org/traccar/protocol/St210ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/St210ProtocolDecoderTest.java @@ -53,6 +53,11 @@ public class St210ProtocolDecoderTest { .decode(null, null, "SA200STT;430070;133;20130615;22:22:32;151347;+02.860514;-060.653351;000.003;000.00;12;1;0;12.39;000000;1;0208")); + + /*assertNotNull(decoder + .decode(null, + null, + "ST910;Location;344506;017;20130727;14:10:00;-25.398714;-049.296818;000.187;000.00;1;4.32;1;1;0001"));*/ } -- cgit v1.2.3