diff options
Diffstat (limited to 'test/org/traccar/protocol/TelemaxProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TelemaxProtocolDecoderTest.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/org/traccar/protocol/TelemaxProtocolDecoderTest.java b/test/org/traccar/protocol/TelemaxProtocolDecoderTest.java deleted file mode 100644 index e330600e5..000000000 --- a/test/org/traccar/protocol/TelemaxProtocolDecoderTest.java +++ /dev/null @@ -1,21 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class TelemaxProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - TelemaxProtocolDecoder decoder = new TelemaxProtocolDecoder(null); - - verifyNull(decoder, text( - "%067374070128")); - - verifyPositions(decoder, text( - "Y000007C6999999067374074649003C00A7018074666F60D66818051304321900000000C5")); - - } - -} |