aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/Avl301ProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/Avl301ProtocolDecoderTest.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java b/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java
deleted file mode 100644
index 0972e3fd4..000000000
--- a/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package org.traccar.protocol;
-
-import org.junit.Test;
-import org.traccar.ProtocolTest;
-
-
-public class Avl301ProtocolDecoderTest extends ProtocolTest {
-
- @Test
- public void testDecode() throws Exception {
-
- Avl301ProtocolDecoder decoder = new Avl301ProtocolDecoder(null);
-
- verifyNull(decoder, binary(
- "244c0f086058500087335500010d0a"));
-
- verifyNull(decoder, binary(
- "24480d1001c3065c0d00010d0a"));
-
- verifyPosition(decoder, binary(
- "24242c0f041710001d0e060146944904ff4ac40000148f0651044b001a081001be06590daa00000108a30d0a"));
-
- }
-
-}