diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-09-10 23:30:11 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-09-10 23:30:11 +1200 |
commit | 0bf776895d82bf70a0e29c67a064024cd24a8927 (patch) | |
tree | 37b5c1aa505e9bb30214ce4f7a30ca1c076c5bd8 /test/org/traccar/protocol | |
parent | 4f01c0906b74a9926d83befca46f8f6512730ec9 (diff) | |
download | trackermap-server-0bf776895d82bf70a0e29c67a064024cd24a8927.tar.gz trackermap-server-0bf776895d82bf70a0e29c67a064024cd24a8927.tar.bz2 trackermap-server-0bf776895d82bf70a0e29c67a064024cd24a8927.zip |
Support Wialon black box
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/WialonProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/WialonProtocolDecoderTest.java b/test/org/traccar/protocol/WialonProtocolDecoderTest.java index 7b85dbd65..678126df0 100644 --- a/test/org/traccar/protocol/WialonProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WialonProtocolDecoderTest.java @@ -28,6 +28,9 @@ public class WialonProtocolDecoderTest { verify(decoder.decode(null, null, "#D#190114;051312;4459.6956;N;04105.9930;E;35;306;204.000000;12;NA;452986639;NA;106.000000;NA;sats_gps:1:9,sats_glonass:1:3,balance:2:12123.000000,stay_balance:1:0")); + verify(decoder.decode(null, null, + "#B#080914;073235;5027.50625;N;03026.19321;E;0.700;0.000;NA;4;NA;NA;NA;;NA;Батарея:3:100 %|080914;073420;5027.50845;N;03026.18854;E;1.996;292.540;NA;4;NA;NA;NA;;NA;Батарея:3:100 %")); + } } |