From b16f2be8393581cd516bf8b6c3d188cd6073a80c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 5 Apr 2015 12:15:21 +1200 Subject: Allow empty degrees value --- 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 8e5a8a235..f481bfda4 100644 --- a/test/org/traccar/protocol/V680ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/V680ProtocolDecoderTest.java @@ -59,6 +59,9 @@ public class V680ProtocolDecoderTest { verify(decoder.decode(null, null, "#353588102031599##1#0000#AUT#01#41300304843fc1#7955.124400,E,642.095500,N,5.28,95.21#041213#074431.000##")); + + verify(decoder.decode(null, null, + "1#0000#AUT#01#23403007fa650e#16.747700,W,5136.356500,N,0.00,0.00#040415#002051.000")); } -- cgit v1.2.3