diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-31 00:38:03 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-31 00:38:03 +1300 |
commit | dc53f34f5f823fcea8ec3a94c78716262e4fb42f (patch) | |
tree | 70332ef5cd31037fa4438c1a0fc7c377c534958f /test | |
parent | 672bad5be540ab114c6739567c130215724c6f05 (diff) | |
download | trackermap-server-dc53f34f5f823fcea8ec3a94c78716262e4fb42f.tar.gz trackermap-server-dc53f34f5f823fcea8ec3a94c78716262e4fb42f.tar.bz2 trackermap-server-dc53f34f5f823fcea8ec3a94c78716262e4fb42f.zip |
Add new MiniFinder message types
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java index 46d01ac01..2b5bbd574 100644 --- a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java +++ b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java @@ -20,6 +20,9 @@ public class MiniFinderProtocolDecoderTest extends ProtocolTest { "!1,860719027585011")); verifyPosition(decoder, text( + "!C,30/1/16,1:1:6,31.259157,30.020910,0,0,100001,25.32,100,0.03,0.01,0")); + + verifyPosition(decoder, text( "!A,26/10/12,00:28:41,7.770385,-72.215706,0.0,25101,0")); verifyPosition(decoder, text( |