diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-11 12:29:29 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-11 12:29:29 +1300 |
commit | 84e654028ac2d9cbba79d8898b16ca0cc0212f4a (patch) | |
tree | e69367387508a64f7dc2e9a043a3d0f8ca71eaa0 /test/org/traccar/protocol | |
parent | e357f5f9cd877c7ee79f950582e2d360080ef7ab (diff) | |
download | trackermap-server-84e654028ac2d9cbba79d8898b16ca0cc0212f4a.tar.gz trackermap-server-84e654028ac2d9cbba79d8898b16ca0cc0212f4a.tar.bz2 trackermap-server-84e654028ac2d9cbba79d8898b16ca0cc0212f4a.zip |
Add UDP TAIP protocol
Diffstat (limited to 'test/org/traccar/protocol')
-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 fa48ce286..35d79d587 100644 --- a/test/org/traccar/protocol/SyrusProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SyrusProtocolDecoderTest.java @@ -23,6 +23,9 @@ public class SyrusProtocolDecoderTest { verify(decoder.decode(null, null, ">REV131756153215+3359479-0075299001031332;VO=10568798;IO=310;SV=10;BL=4190;CV09=0;AD=0;AL=+47;ID=356612021059680")); + + verify(decoder.decode(null, null, + ">RPV02138+4555512-0735478000000032;ID=1005;*76<")); } |