From 798e1b7bb58b82945a7a009ae8009f6d8bd00d96 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 22 Jun 2017 22:46:20 +1200 Subject: Fix VTFMS protocol unit tests --- test/org/traccar/protocol/VtfmsProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java b/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java index c2d01aded..57603de94 100644 --- a/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class VtfmsProtocolDecoderTest extends ProtocolTest { VtfmsProtocolDecoder decoder = new VtfmsProtocolDecoder(new VtfmsProtocol()); - verifyNull(decoder, text( + verifyPosition(decoder, text( "(865733028143493,00I76,00,000,,,,,A,133755,210617,10.57354,077.24912,SW,000,00598,00000,K,0017368,1,12.7,,,0.000,,,0,0,0,0,1,1,0,,)074")); verifyPosition(decoder, text( -- cgit v1.2.3