diff options
Diffstat (limited to 'test/org/traccar/protocol/AuroProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AuroProtocolDecoderTest.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/org/traccar/protocol/AuroProtocolDecoderTest.java b/test/org/traccar/protocol/AuroProtocolDecoderTest.java deleted file mode 100644 index aeea48967..000000000 --- a/test/org/traccar/protocol/AuroProtocolDecoderTest.java +++ /dev/null @@ -1,24 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class AuroProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - AuroProtocolDecoder decoder = new AuroProtocolDecoder(null); - - verifyPosition(decoder, text( - "M0028T0000816398975I357325031465123E00001W*****110620150437000068DA#RD01DA240000000001+100408425+013756121100620152137231112240330004400")); - - verifyPosition(decoder, text( - "M0029T0000816398975I357325031465123E00001W*****110620150439000068DA#RD01DA240000000001+100407886+013755936100620152138221952123100003400")); - - verifyPosition(decoder, text( - "M0030T0000816398975I357325031465123E00001W*****110620150441000068DA#RD01DA240000000000+100408391+013756125100620152140102362238320034400")); - - } - -} |