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