From 027256c9524cace22f9718f3fa2d929e845de479 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 25 Jul 2017 01:12:18 +1200 Subject: Add Carscop unit test case --- test/org/traccar/protocol/CarscopProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/org/traccar/protocol/CarscopProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java index da3ac510f..2d6ea208f 100644 --- a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java @@ -10,6 +10,9 @@ public class CarscopProtocolDecoderTest extends ProtocolTest { CarscopProtocolDecoder decoder = new CarscopProtocolDecoder(new CarscopProtocol()); + verifyNull(decoder, text( + "*170724163029UB05ORANGE000000010061825V0000.0000N00000.0000E000.0040331309.62")); + verifyNull(decoder, text( "*160618233129UB00HSO")); -- cgit v1.2.3