diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-20 20:26:21 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-20 20:26:21 +1300 |
commit | 8eb7ced3563809046d0b569247db490201f7ac98 (patch) | |
tree | c4ac8a29510d2459cfd34cbe403c3f0142f0dbbc /test/org | |
parent | f313718772b72a3ff72a37de3b26b80194432b9e (diff) | |
download | trackermap-server-8eb7ced3563809046d0b569247db490201f7ac98.tar.gz trackermap-server-8eb7ced3563809046d0b569247db490201f7ac98.tar.bz2 trackermap-server-8eb7ced3563809046d0b569247db490201f7ac98.zip |
Handle different event types
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/FreematicsProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/FreematicsProtocolDecoderTest.java b/test/org/traccar/protocol/FreematicsProtocolDecoderTest.java index 69a585076..a84c4e357 100644 --- a/test/org/traccar/protocol/FreematicsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/FreematicsProtocolDecoderTest.java @@ -11,6 +11,9 @@ public class FreematicsProtocolDecoderTest extends ProtocolTest { FreematicsProtocolDecoder decoder = new FreematicsProtocolDecoder(null); verifyNull(decoder, text( + "1#EV=2,TS=1871902,ID=ESP32305C06C40A24*AC")); + + verifyNull(decoder, text( "0#EV=1,TS=23930,ID=ID1C6606C40A24,SK=TEST_SERVER_KEY*49")); verifyPositions(decoder, text( |