From 464348b91591a684bc16cf3c207f38ca3f923daa Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 26 Oct 2018 07:19:42 +0400 Subject: Support MiniFinder command result --- test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java index e1f957c8a..afa930e5b 100644 --- a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java +++ b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java @@ -13,6 +13,9 @@ public class MiniFinderProtocolDecoderTest extends ProtocolTest { verifyNull(decoder, text( "!1,867273023933661,V07S.5701.1621,100")); + verifyAttributes(decoder, text( + "!3,ok")); + verifyNull(decoder, text( "!1,123456789012345")); -- cgit v1.2.3