diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-31 18:49:49 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-31 18:49:49 +1300 |
commit | a76e8d71083ef44384b541d33bab92eb096902d2 (patch) | |
tree | 98008bd95fc2394bd9c498acc7d9b4097a8eeae9 /test/org/traccar/protocol/CastelProtocolDecoderTest.java | |
parent | 1c488e9f1896d8f4ced142cb303169e45cbd27fb (diff) | |
download | trackermap-server-a76e8d71083ef44384b541d33bab92eb096902d2.tar.gz trackermap-server-a76e8d71083ef44384b541d33bab92eb096902d2.tar.bz2 trackermap-server-a76e8d71083ef44384b541d33bab92eb096902d2.zip |
Support Castel heartbeat messages
Diffstat (limited to 'test/org/traccar/protocol/CastelProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/CastelProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/CastelProtocolDecoderTest.java b/test/org/traccar/protocol/CastelProtocolDecoderTest.java index fe1514738..576c2c772 100644 --- a/test/org/traccar/protocol/CastelProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CastelProtocolDecoderTest.java @@ -13,6 +13,9 @@ public class CastelProtocolDecoderTest extends ProtocolDecoderTest { CastelProtocolDecoder decoder = new CastelProtocolDecoder(new CastelProtocol()); + verifyNothing(decoder, binary(ByteOrder.LITTLE_ENDIAN, + "404044000c3631313135303030303935360000000000000000420600011e0a0f0b1312864fcd08c07a13030100640acf000004000a000000000000007ba083a66ad80d0a")); + verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, "40405c000c363131313530303030393536000000000000000040011c0a0f0e362dca53cd0860831303000000000300000000ff000000000000007ba083a650542d3639305f56312e312e320050542d3639302056312e32008a020d0a")); |