diff options
Diffstat (limited to 'test/org/traccar/protocol/AutoTrackProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AutoTrackProtocolDecoderTest.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/org/traccar/protocol/AutoTrackProtocolDecoderTest.java b/test/org/traccar/protocol/AutoTrackProtocolDecoderTest.java deleted file mode 100644 index 5daafcc40..000000000 --- a/test/org/traccar/protocol/AutoTrackProtocolDecoderTest.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class AutoTrackProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - AutoTrackProtocolDecoder decoder = new AutoTrackProtocolDecoder(null); - - verifyNull(decoder, binary( - "f1f1f1f1330c00201007090006de7200000000daa3")); - - } - -} |