diff options
author | michaelloliveira <michaelloliveira@gmail.com> | 2018-06-04 11:38:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 11:38:08 -0300 |
commit | 974ff50c441baa9c0a574ccb4b52e79e256b2492 (patch) | |
tree | c030cfcfe9feaabce2e8fefb7f3eaea646330712 /test/org | |
parent | 504277e7a77bdf27b1bed31f585ef01dace1a3a5 (diff) | |
download | trackermap-server-974ff50c441baa9c0a574ccb4b52e79e256b2492.tar.gz trackermap-server-974ff50c441baa9c0a574ccb4b52e79e256b2492.tar.bz2 trackermap-server-974ff50c441baa9c0a574ccb4b52e79e256b2492.zip |
Update Protocol Test Svias
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/SviasProtocolDecoderTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/SviasProtocolDecoderTest.java b/test/org/traccar/protocol/SviasProtocolDecoderTest.java index b80ca38d4..064ab16f1 100644 --- a/test/org/traccar/protocol/SviasProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SviasProtocolDecoderTest.java @@ -8,10 +8,10 @@ public class SviasProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - SviasProtocolDecoder decoder = new SviasProtocolDecoder(new SviasProtocol()); + 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")); + "[7061,3041,57,20324277,710,40618,141342,-93155840,-371754060,0,20469,0,16,1,0,0,11323,100,9,,32,4695]")); } |