aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r--test/org/traccar/protocol/WatchProtocolDecoderTest.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/WatchProtocolDecoderTest.java b/test/org/traccar/protocol/WatchProtocolDecoderTest.java
index 9f402cef2..a1b9e458a 100644
--- a/test/org/traccar/protocol/WatchProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/WatchProtocolDecoderTest.java
@@ -69,6 +69,12 @@ public class WatchProtocolDecoderTest extends ProtocolTest {
verifyAttributes(decoder, text(
"[CS*8800000015*0008*PULSE,72"));
+ verifyAttributes(decoder, text(
+ "[3G*6005412902*0007*heart,0"));
+
+ verifyAttributes(decoder, text(
+ "[3G*6005412902*0008*heart,71"));
+
}
}