diff options
Diffstat (limited to 'test/org/traccar/protocol/JpKorjarProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/JpKorjarProtocolDecoderTest.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/org/traccar/protocol/JpKorjarProtocolDecoderTest.java b/test/org/traccar/protocol/JpKorjarProtocolDecoderTest.java deleted file mode 100644 index 8179a2bae..000000000 --- a/test/org/traccar/protocol/JpKorjarProtocolDecoderTest.java +++ /dev/null @@ -1,24 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class JpKorjarProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - JpKorjarProtocolDecoder decoder = new JpKorjarProtocolDecoder(null); - - verifyPosition(decoder, text( - "KORJAR.PL,329587014519383,160910144240,52.247254N,021.013375E,0.00,1,F:4.18V,1 260 01 794B 3517,")); - - verifyPosition(decoder, text( - "KORJAR.PL,329587014519383,160910144240,52.895515N,021.949151E,6.30,212,F:3.94V,0 260 01 794B 3519,")); - - verifyPosition(decoder, text( - "KORJAR.PL,329587014519383,160910144240,52.895596N,021.949343E,12.46,087,L:2.18V,1 260 01 794B 3517,")); - - } - -} |