aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-12-29 10:41:19 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2018-12-29 10:41:19 -0800
commitd4c8753543d65c4e7674d0f1ab3a78406311cf8d (patch)
treeedfe4500d9c74d0382a45560dc57f2b74cf29d9e /test
parentd5049fcf996abc1972620c53906579025f1c1153 (diff)
downloadtrackermap-server-d4c8753543d65c4e7674d0f1ab3a78406311cf8d.tar.gz
trackermap-server-d4c8753543d65c4e7674d0f1ab3a78406311cf8d.tar.bz2
trackermap-server-d4c8753543d65c4e7674d0f1ab3a78406311cf8d.zip
Another Wristband update
Diffstat (limited to 'test')
-rw-r--r--test/org/traccar/protocol/WristbandProtocolDecoderTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/WristbandProtocolDecoderTest.java b/test/org/traccar/protocol/WristbandProtocolDecoderTest.java
index 3f6c48d52..1c094d075 100644
--- a/test/org/traccar/protocol/WristbandProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/WristbandProtocolDecoderTest.java
@@ -10,6 +10,9 @@ public class WristbandProtocolDecoderTest extends ProtocolTest {
WristbandProtocolDecoder decoder = new WristbandProtocolDecoder(null);
+ verifyPositions(decoder, binary(
+ "00010200bc59583836383730343034343735303035357c56312e307c317c7b4630322337372e3437373831372c2d33382e3839363239322c3230313831323239313235352c302e35387c37372e3437373739362c2d33382e3839363234352c3230313831323239313235352c302e30307c37372e3437373738392c2d33382e3839363233322c3230313831323239313235352c302e30307c37372e3437373737362c2d33382e3839363232322c3230313831323239313235352c302e30307d0d0afffefc"));
+
verifyNull(decoder, binary(
"000102004759583836383730343034343735303035357c56312e307c317c7b463931233331305f30307c30307c30307c30307c57414e444149323031382f31322f31342031353a35367d0d0afffefc"));