diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-22 22:46:20 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-22 22:46:20 +1200 |
commit | 798e1b7bb58b82945a7a009ae8009f6d8bd00d96 (patch) | |
tree | 48b9282c202dc8dfdebf49afc153634135fb3463 /test/org/traccar/protocol/VtfmsProtocolDecoderTest.java | |
parent | 78b19b4bef61619bf5b5179c641b8a0dafcd88ce (diff) | |
download | trackermap-server-798e1b7bb58b82945a7a009ae8009f6d8bd00d96.tar.gz trackermap-server-798e1b7bb58b82945a7a009ae8009f6d8bd00d96.tar.bz2 trackermap-server-798e1b7bb58b82945a7a009ae8009f6d8bd00d96.zip |
Fix VTFMS protocol unit tests
Diffstat (limited to 'test/org/traccar/protocol/VtfmsProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/VtfmsProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java b/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java index c2d01aded..57603de94 100644 --- a/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/VtfmsProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class VtfmsProtocolDecoderTest extends ProtocolTest { VtfmsProtocolDecoder decoder = new VtfmsProtocolDecoder(new VtfmsProtocol()); - verifyNull(decoder, text( + verifyPosition(decoder, text( "(865733028143493,00I76,00,000,,,,,A,133755,210617,10.57354,077.24912,SW,000,00598,00000,K,0017368,1,12.7,,,0.000,,,0,0,0,0,1,1,0,,)074")); verifyPosition(decoder, text( |