diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-01 08:54:27 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-01 08:54:27 +1300 |
commit | c35dcf705127726f266d4b31572d2494e00d627b (patch) | |
tree | cd8765039d419aee6fa699c092e545e0ff299adb /test/org/traccar | |
parent | b4fb0f86ac1825f10922c8df1a0efb5b5f5e6514 (diff) | |
download | trackermap-server-c35dcf705127726f266d4b31572d2494e00d627b.tar.gz trackermap-server-c35dcf705127726f266d4b31572d2494e00d627b.tar.bz2 trackermap-server-c35dcf705127726f266d4b31572d2494e00d627b.zip |
Decode heartbeat Castel position
Diffstat (limited to 'test/org/traccar')
-rw-r--r-- | test/org/traccar/protocol/CastelProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/CastelProtocolDecoderTest.java b/test/org/traccar/protocol/CastelProtocolDecoderTest.java index 576c2c772..5613e954b 100644 --- a/test/org/traccar/protocol/CastelProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CastelProtocolDecoderTest.java @@ -13,7 +13,7 @@ public class CastelProtocolDecoderTest extends ProtocolDecoderTest { CastelProtocolDecoder decoder = new CastelProtocolDecoder(new CastelProtocol()); - verifyNothing(decoder, binary(ByteOrder.LITTLE_ENDIAN, + verifyPositions(decoder, binary(ByteOrder.LITTLE_ENDIAN, "404044000c3631313135303030303935360000000000000000420600011e0a0f0b1312864fcd08c07a13030100640acf000004000a000000000000007ba083a66ad80d0a")); verifyPosition(decoder, binary(ByteOrder.LITTLE_ENDIAN, |