From f684ed7b8fb51c99c47eaa961018b9ec51da2c2f Mon Sep 17 00:00:00 2001 From: michaelloliveira Date: Wed, 30 May 2018 19:45:35 -0300 Subject: Add files via upload --- SviasProtocolDecoderTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SviasProtocolDecoderTest.java (limited to 'SviasProtocolDecoderTest.java') diff --git a/SviasProtocolDecoderTest.java b/SviasProtocolDecoderTest.java new file mode 100644 index 000000000..b80ca38d4 --- /dev/null +++ b/SviasProtocolDecoderTest.java @@ -0,0 +1,18 @@ +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")); + + } + +} -- cgit v1.2.3