From 5601a825b55eedd78e2a95263db7731ff67ed861 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 30 Aug 2014 23:31:45 +1200 Subject: Support Visiontek VT84 (fix #799) --- test/org/traccar/protocol/VisiontekProtocolDecoderTest.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java b/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java index 40d32b3f9..eba888810 100644 --- a/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java +++ b/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java @@ -18,6 +18,12 @@ public class VisiontekProtocolDecoderTest { assertNull(decoder.decode(null, null, "$1,AP09BU9397,861785006462448,20,06,14,15,03,28,000000000,0000000000,000.0,000,0000,00,0,1,0,0,1,1,24,V,0000000000")); + + assertNull(decoder.decode(null, null, + "$1,1234567890,02,06,11,17,07,45,00000000,000000000,00.0,0,0,V")); + + verify(decoder.decode(null, null, + "$1,1234567890,02,06,11,17,07,45,17267690N,078279340E,060.0,113,0,A")); } -- cgit v1.2.3