From 84e654028ac2d9cbba79d8898b16ca0cc0212f4a Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 11 Jan 2014 12:29:29 +1300 Subject: Add UDP TAIP protocol --- test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org') diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index fa48ce286..35d79d587 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -23,6 +23,9 @@ public class SyrusProtocolDecoderTest { verify(decoder.decode(null, null, ">REV131756153215+3359479-0075299001031332;VO=10568798;IO=310;SV=10;BL=4190;CV09=0;AD=0;AL=+47;ID=356612021059680")); + + verify(decoder.decode(null, null, + ">RPV02138+4555512-0735478000000032;ID=1005;*76<")); } -- cgit v1.2.3