diff options
author | michaelloliveira <michaelloliveira@gmail.com> | 2018-05-30 19:46:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:46:43 -0300 |
commit | 1f020bb769c0e4ab7a7456df45764072402a610f (patch) | |
tree | 5b93019902f5afe12682e0df0869de2147a2e392 | |
parent | 7dae9df372526b2d5a25dea92cca87167480924f (diff) | |
download | trackermap-server-1f020bb769c0e4ab7a7456df45764072402a610f.tar.gz trackermap-server-1f020bb769c0e4ab7a7456df45764072402a610f.tar.bz2 trackermap-server-1f020bb769c0e4ab7a7456df45764072402a610f.zip |
Delete SviasProtocolDecoderTest.java
-rw-r--r-- | SviasProtocolDecoderTest.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/SviasProtocolDecoderTest.java b/SviasProtocolDecoderTest.java deleted file mode 100644 index b80ca38d4..000000000 --- a/SviasProtocolDecoderTest.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class SviasProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - SviasProtocolDecoder decoder = new SviasProtocolDecoder(new SviasProtocol()); - - verifyPosition(decoder, text( - "7051,3041,1121,30179295,710,300518,40443,-93429140,-354560540,0,23437,3983,0,1,0,0,12433,100,22,32,4898")); - - } - -} |