aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/TlvProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/TlvProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/TlvProtocolDecoderTest.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/org/traccar/protocol/TlvProtocolDecoderTest.java b/test/org/traccar/protocol/TlvProtocolDecoderTest.java
deleted file mode 100644
index 0aaf567e8..000000000
--- a/test/org/traccar/protocol/TlvProtocolDecoderTest.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.traccar.protocol;
-
-import org.junit.Test;
-import org.traccar.ProtocolTest;
-
-public class TlvProtocolDecoderTest extends ProtocolTest {
-
- @Test
- public void testDecode() throws Exception {
-
- TlvProtocolDecoder decoder = new TlvProtocolDecoder(null);
-
- verifyNull(decoder, binary(
- "30430f383630323437303330303934333931ff10393233323132323030303834353433340f533636385f415f56312e30315f454eff1130303a30433a45373a30303a30303a30300132"));
-
- verifyNull(decoder, binary(
- "30410f383630323437303330303934333931"));
-
- verifyNull(decoder, binary(
- "30420f3836303234373033303039343339310131"));
-
- }
-
-}