From d42d4af2d386efae1829dbc4940be1f595031325 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 3 Apr 2016 10:49:52 +1200 Subject: Add another Fix protocol test case --- test/org/traccar/protocol/FoxProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/org/traccar/protocol/FoxProtocolDecoderTest.java b/test/org/traccar/protocol/FoxProtocolDecoderTest.java index 304db1891..c163f31b7 100644 --- a/test/org/traccar/protocol/FoxProtocolDecoderTest.java +++ b/test/org/traccar/protocol/FoxProtocolDecoderTest.java @@ -10,6 +10,9 @@ public class FoxProtocolDecoderTest extends ProtocolTest { FoxProtocolDecoder decoder = new FoxProtocolDecoder(new FoxProtocol()); + verifyPosition(decoder, text( + "")); + verifyPosition(decoder, text( "")); -- cgit v1.2.3