From 6b0334411d6d965d1292a352fd8c1f3b58bfe76e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 4 Dec 2013 23:13:57 +1300 Subject: Add v680 unit test --- test/org/traccar/protocol/V680ProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org/traccar/protocol/V680ProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/V680ProtocolDecoderTest.java b/test/org/traccar/protocol/V680ProtocolDecoderTest.java index 90cb3823b..3f2f2d829 100644 --- a/test/org/traccar/protocol/V680ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/V680ProtocolDecoderTest.java @@ -57,6 +57,9 @@ public class V680ProtocolDecoderTest { verify(decoder.decode(null, null, "#359094025419110#bigfriend#0#1234#AUTO#1##04632.8846,W,2327.2264,S,0.00,0.00#220913#234808##")); + + verify(decoder.decode(null, null, + "#353588102031599##1#0000#AUT#01#41300304843fc1#7955.124400,E,642.095500,N,5.28,95.21#041213#074431.000##")); } -- cgit v1.2.3