aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/Gt30ProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/Gt30ProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/Gt30ProtocolDecoderTest.java30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/org/traccar/protocol/Gt30ProtocolDecoderTest.java b/test/org/traccar/protocol/Gt30ProtocolDecoderTest.java
deleted file mode 100644
index cb792ba09..000000000
--- a/test/org/traccar/protocol/Gt30ProtocolDecoderTest.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.traccar.protocol;
-
-import org.junit.Test;
-import org.traccar.ProtocolTest;
-
-public class Gt30ProtocolDecoderTest extends ProtocolTest {
-
- @Test
- public void testDecode() throws Exception {
-
- Gt30ProtocolDecoder decoder = new Gt30ProtocolDecoder(null);
-
- verifyPosition(decoder, text(
- "$$005D3037811014 9955102834.000,A,3802.8629,N,02349.7163,E,0.00,,060117,,*13|1.3|26225BD"));
-
- verifyPosition(decoder, text(
- "$$005E3037811014 9999\u0003121909.000,A,3802.9133,N,02349.9354,E,0.00,,060117,,*18|1.8|264518B"));
-
- verifyPosition(decoder, text(
- "$$00633037811014 9999\u0002121901.000,A,3802.9137,N,02349.9334,E,2.86,18.16,060117,,*3E|1.8|262D752"));
-
- verifyPosition(decoder, text(
- "$$005E3037811014 9999\u0001121849.000,A,3802.9094,N,02349.9384,E,0.00,,060117,,*1C|1.2|2683812"));
-
- verifyPosition(decoder, text(
- "$$005B3037811124 9955161049.000,A,3802.9474,N,02241.1897,E,0.00,,021115,,*15|2.9|5A639"));
-
- }
-
-}