diff options
Diffstat (limited to 'test/org/traccar/protocol/PretraceProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/PretraceProtocolDecoderTest.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/org/traccar/protocol/PretraceProtocolDecoderTest.java b/test/org/traccar/protocol/PretraceProtocolDecoderTest.java deleted file mode 100644 index 61a057dd7..000000000 --- a/test/org/traccar/protocol/PretraceProtocolDecoderTest.java +++ /dev/null @@ -1,21 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class PretraceProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - PretraceProtocolDecoder decoder = new PretraceProtocolDecoder(null); - - verifyPosition(decoder, text( - "(867967021915915U1110A1701201500102238.1700N11401.9324E000264000000000009001790000000,&P11A4,F1050^47")); - - verifyPosition(decoder, text( - "(864244029498838U1110A1509250653072238.1641N11401.9213E000196000000000406002990000000,&P195%,T1050,F14A5,R104C51E47B^30")); - - } - -} |