diff options
Diffstat (limited to 'test/org/traccar/protocol/SmokeyProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/SmokeyProtocolDecoderTest.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/org/traccar/protocol/SmokeyProtocolDecoderTest.java b/test/org/traccar/protocol/SmokeyProtocolDecoderTest.java deleted file mode 100644 index c2d74b433..000000000 --- a/test/org/traccar/protocol/SmokeyProtocolDecoderTest.java +++ /dev/null @@ -1,21 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class SmokeyProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - SmokeyProtocolDecoder decoder = new SmokeyProtocolDecoder(null); - - verifyAttributes(decoder, binary( - "534d0300865101019383025f0403000000000b86250200000c0000028f000102f8cc0900127f08")); - - verifyAttributes(decoder, binary( - "534d0300865101019383025f0403000000000bcf260200000c0000028f000102f8cc090012360b")); - - } - -} |