From 7a90bd82cd8a90d1ddbb7341cae89a1f6b01d50a Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 1 Mar 2016 00:00:08 +1300 Subject: Fix the AutoFon unit test cases --- test/org/traccar/protocol/AutoFonProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java index e971216a5..f84873c6e 100644 --- a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java @@ -11,7 +11,7 @@ public class AutoFonProtocolDecoderTest extends ProtocolTest { AutoFonProtocolDecoder decoder = new AutoFonProtocolDecoder(new AutoFonProtocol()); - verifyNothing(decoder, binary( + verifyPosition(decoder, binary( "02080000251848470afa010262daa690013aa4046da83745f8812560df010001126a")); verifyNothing(decoder, binary( -- cgit v1.2.3