From 332561a237acc11a89ce35a6503fda3e4de6eff3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 23 Jun 2015 14:18:03 +1200 Subject: Add TAIP test case --- test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/org') diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index 4482d30cb..c001b844f 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -12,6 +12,9 @@ public class SyrusProtocolDecoderTest extends ProtocolDecoderTest { SyrusProtocolDecoder decoder = new SyrusProtocolDecoder(null, false); + /*verify(decoder.decode(null, null, + ">RGP230615010248-2682523-065236820000003007F4101;ID=0005;#0002;*2A<"));*/ + assertNotNull(decoder.decode(null, null, ">RPV00000+3739438-1220384601512612;ID=1234;*7F")); @@ -30,7 +33,6 @@ public class SyrusProtocolDecoderTest extends ProtocolDecoderTest { assertNotNull(decoder.decode(null, null, ">RPV19105+4538405-0739518900000012;ID=9999;*7A<\r\n")); - } } -- cgit v1.2.3