diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2019-01-14 21:14:42 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2019-01-14 21:14:49 -0800 |
commit | 1bac465930c1edf34202cee069362e7e82c00d95 (patch) | |
tree | 992a03c1b7d3572b3ed607e6b438818c411373bc /test | |
parent | ff0572b84c85f2bcfb177d1fe7a119a6dc51627a (diff) | |
download | trackermap-server-1bac465930c1edf34202cee069362e7e82c00d95.tar.gz trackermap-server-1bac465930c1edf34202cee069362e7e82c00d95.tar.bz2 trackermap-server-1bac465930c1edf34202cee069362e7e82c00d95.zip |
Support EKAS protocol
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/CellocatorProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java b/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java index 602cd4eac..769760fa5 100644 --- a/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CellocatorProtocolDecoderTest.java @@ -11,6 +11,9 @@ public class CellocatorProtocolDecoderTest extends ProtocolTest { CellocatorProtocolDecoder decoder = new CellocatorProtocolDecoder(null); verifyPosition(decoder, binary( + "4d4350470041420f000402021226d8a70221d801010000000001000000000000000000000000c4d90000000ca7a741ff0096dd15a40700000000000000001619130c01e307e4")); + + verifyPosition(decoder, binary( "4D434750008AD01500080103011804000000460020000000005E750000000000000000000000C34300040204DA4DA30367195703E803000000000000000001030F0802E10778")); verifyPosition(decoder, binary( |