From d673fa357b64ffa34209465a535d00983cba5576 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 5 May 2011 06:28:25 +0000 Subject: --- .../opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net/sourceforge/opentracking/protocol/gps103') diff --git a/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java b/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java index 3d1adcf34..1372c1c2c 100644 --- a/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java +++ b/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java @@ -43,7 +43,7 @@ public class Gps103ProtocolDecoderTest { String testMsg2 = "imei:10000000000000,help me,1004171910,,F,010203.000,A,0102.0003,N,00102.0003,E,1.02,"; - Gps103ProtocolDecoder decoder = new Gps103ProtocolDecoder(new TestDataManager()); + Gps103ProtocolDecoder decoder = new Gps103ProtocolDecoder(new TestDataManager(), 0); //assertNull(decoder.decode(null, null, testMsg1)); Position position = (Position) decoder.decode(null, null, testMsg2); -- cgit v1.2.3