From 0d08a605dbe772799aa87c07b3feac6e9f7239b6 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 3 Nov 2015 14:09:14 +1300 Subject: Fix Watch unit test case --- test/org/traccar/protocol/WatchProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/org/traccar/protocol/WatchProtocolDecoderTest.java b/test/org/traccar/protocol/WatchProtocolDecoderTest.java index c34447634..41af104dd 100644 --- a/test/org/traccar/protocol/WatchProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WatchProtocolDecoderTest.java @@ -16,7 +16,7 @@ public class WatchProtocolDecoderTest extends ProtocolDecoderTest { verifyNothing(decoder, text( "[SG*8800000015*0002*LK")); - verifyNothing(decoder, text( + verifyAttributes(decoder, text( "[3G*4700186508*000B*LK,0,10,100")); verifyPosition(decoder, text( -- cgit v1.2.3