From 3525c769141992d754aea45e2a2d6cc576f45842 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 24 Jun 2015 11:20:29 +1200 Subject: Add support for Lantrix (fix #1265) --- test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index c001b844f..1aef656e0 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -12,8 +12,11 @@ public class SyrusProtocolDecoderTest extends ProtocolDecoderTest { SyrusProtocolDecoder decoder = new SyrusProtocolDecoder(null, false); - /*verify(decoder.decode(null, null, - ">RGP230615010248-2682523-065236820000003007F4101;ID=0005;#0002;*2A<"));*/ + verify(decoder.decode(null, null, + ">RGP230615010248-2682523-065236820000003007F4101;ID=0005;#0002;*2A<")); + + verify(decoder.decode(null, null, + ">RGP190805211932-3457215-058493640000000FFBF0300;ID=8251;#2122;*54<")); assertNotNull(decoder.decode(null, null, ">RPV00000+3739438-1220384601512612;ID=1234;*7F")); -- cgit v1.2.3