From 6b013eebc495d417d666a17b547762961acd6906 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 11 Jan 2014 17:19:53 +1300 Subject: Remove TAIP response --- test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/org') diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index 35d79d587..027d45acd 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -9,7 +9,7 @@ public class SyrusProtocolDecoderTest { @Test public void testDecode() throws Exception { - SyrusProtocolDecoder decoder = new SyrusProtocolDecoder(null); + SyrusProtocolDecoder decoder = new SyrusProtocolDecoder(null, false); decoder.setDataManager(new TestDataManager()); verify(decoder.decode(null, null, -- cgit v1.2.3