diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2013-09-03 19:39:51 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2013-09-03 19:39:51 +1200 |
commit | 702acdd21ff7da9f583422f63ca67740fd06f439 (patch) | |
tree | e6768016b3810d46b4243dccd6fca8e0fa9a7ba0 | |
parent | 7c682b4a2cdbccb18ed91e6fd17ce8cd60819f26 (diff) | |
download | trackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.tar.gz trackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.tar.bz2 trackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.zip |
Add Syrus test case
-rw-r--r-- | test/org/traccar/protocol/SyrusProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java index a7c542bf8..e257b07d9 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -19,6 +19,9 @@ public class SyrusProtocolDecoderTest { assertNotNull(decoder.decode(null, null, ">REV481599462982+2578391-0802945201228512;ID=Test")); + + assertNotNull(decoder.decode(null, null, + ">REV131756153215+3359479-0075299001031332;VO=10568798;IO=310;SV=10;BL=4190;CV09=0;AD=0;AL=+47;ID=356612021059680")); } |