diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-15 23:46:03 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 23:46:03 +1200 |
commit | bf57beec25228d58df8604e23d8709f6d196f3c5 (patch) | |
tree | 4ebc25fb8879b8e3d99d82bc6b7317f413da81df /test/org | |
parent | 6c3d168ed9240ed4b5485b537294db6ec9d94379 (diff) | |
parent | 8f91d8773c9298a93aecfefcc4b12883dc44ea06 (diff) | |
download | trackermap-server-bf57beec25228d58df8604e23d8709f6d196f3c5.tar.gz trackermap-server-bf57beec25228d58df8604e23d8709f6d196f3c5.tar.bz2 trackermap-server-bf57beec25228d58df8604e23d8709f6d196f3c5.zip |
Merge pull request #3253 from 5of9/master
Filter Invalid upgrade and Wondex fix
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/WondexProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/WondexProtocolDecoderTest.java b/test/org/traccar/protocol/WondexProtocolDecoderTest.java index c68b41671..c7ccfb457 100644 --- a/test/org/traccar/protocol/WondexProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WondexProtocolDecoderTest.java @@ -16,7 +16,7 @@ public class WondexProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, buffer( "2000000257,20151030145351,69.379976,53.283905,0,0,16,2,0,0,469.1,58.9,0.0"), - position("2015-10-30 14:53:51.000", false, 53.28390, 69.37998)); + position("2015-10-30 14:53:51.000", true, 53.28390, 69.37998)); verifyPosition(decoder, buffer( "2000000232,20151030145206,51.166900,43.651353,0,132,11,2,0,0,0.0,0.0,0.0")); |