diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 7 |
1 files changed, 5 insertions, 2 deletions
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")); |