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