aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-09-03 19:39:51 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2013-09-03 19:39:51 +1200
commit702acdd21ff7da9f583422f63ca67740fd06f439 (patch)
treee6768016b3810d46b4243dccd6fca8e0fa9a7ba0 /test
parent7c682b4a2cdbccb18ed91e6fd17ce8cd60819f26 (diff)
downloadtrackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.tar.gz
trackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.tar.bz2
trackermap-server-702acdd21ff7da9f583422f63ca67740fd06f439.zip
Add Syrus test case
Diffstat (limited to 'test')
-rw-r--r--test/org/traccar/protocol/SyrusProtocolDecoderTest.java3
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"));
}