diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-06-20 11:38:21 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-06-20 11:38:21 +1200 |
commit | cc26f01471506935d6f438a102fbf9478dcebb1b (patch) | |
tree | c5b24d25cfcd55abe2c30a690183b4ded2439db8 /test | |
parent | 998e5cf31ae2f7d59948ca9570f93072cffb2acd (diff) | |
download | trackermap-server-cc26f01471506935d6f438a102fbf9478dcebb1b.tar.gz trackermap-server-cc26f01471506935d6f438a102fbf9478dcebb1b.tar.bz2 trackermap-server-cc26f01471506935d6f438a102fbf9478dcebb1b.zip |
Handle H02 messages with no time (fix #2035)
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/H02ProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/H02ProtocolDecoderTest.java b/test/org/traccar/protocol/H02ProtocolDecoderTest.java index 4ca387f1a..d147cdec2 100644 --- a/test/org/traccar/protocol/H02ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/H02ProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class H02ProtocolDecoderTest extends ProtocolTest { H02ProtocolDecoder decoder = new H02ProtocolDecoder(new H02Protocol()); - verifyNothing(decoder, buffer( + verifyPosition(decoder, buffer( "*HQ,353505220873067,V1,,V,4605.75732,N,01430.73863,E,0.00,0,,FFFFFFEF,125,194, 64,d3#")); verifyPosition(decoder, buffer( |