From 702acdd21ff7da9f583422f63ca67740fd06f439 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 3 Sep 2013 19:39:51 +1200 Subject: Add Syrus test case --- test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org/traccar') diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index a7c542bf8..e257b07d9 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -19,6 +19,9 @@ public class SyrusProtocolDecoderTest { assertNotNull(decoder.decode(null, null, ">REV481599462982+2578391-0802945201228512;ID=Test")); + + assertNotNull(decoder.decode(null, null, + ">REV131756153215+3359479-0075299001031332;VO=10568798;IO=310;SV=10;BL=4190;CV09=0;AD=0;AL=+47;ID=356612021059680")); } -- cgit v1.2.3