diff options
Diffstat (limited to 'test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java')
-rw-r--r-- | test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java b/test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java index a94657c04..e318fe5fb 100644 --- a/test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java +++ b/test/net/sourceforge/opentracking/protocol/tk103/Tk103ProtocolDecoderTest.java @@ -31,7 +31,7 @@ public class Tk103ProtocolDecoderTest { @Test public void testDecode() throws Exception { - String testMsg1 = "(035988863964BP05000035988863964110430A4241.8399N02318.8131E000.0110112311.8310000000L00000094"; + String testMsg1 = "(035988863964BP05000035988863964110524A4241.7977N02318.7561E000.0123536356.5100000000L000946BB"; Tk103ProtocolDecoder decoder = new Tk103ProtocolDecoder(new TestDataManager(), 0); Position position = (Position) decoder.decode(null, null, testMsg1); |