diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-01 07:53:49 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-01 07:53:49 +1300 |
commit | 09a1cbffdf19154a3fc990f0d0562677f29e39d8 (patch) | |
tree | c1ec63509f4c4e4b97fdcfcc357f882f737c9c3a /test/org/traccar/protocol | |
parent | 700f39377da8801377508357292862b18fafd16a (diff) | |
download | trackermap-server-09a1cbffdf19154a3fc990f0d0562677f29e39d8.tar.gz trackermap-server-09a1cbffdf19154a3fc990f0d0562677f29e39d8.tar.bz2 trackermap-server-09a1cbffdf19154a3fc990f0d0562677f29e39d8.zip |
Implement G737IC extra data
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/GoSafeProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java b/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java index fb0dec4fb..35cf5fcb2 100644 --- a/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java @@ -10,6 +10,9 @@ public class GoSafeProtocolDecoderTest extends ProtocolTest { GoSafeProtocolDecoder decoder = new GoSafeProtocolDecoder(new GoSafeProtocol()); + verifyPositions(decoder, text( + "*GS26,356449061139936,022918011216,,SYS:G737IC;V1.13;V1.0.5,GPS:A;9;N42.651728;W70.623520;0;0;48;1.50,ADC:4.08,DTT:3900C;;0;0;0;1,#")); + verifyNotNull(decoder, text( "*GS56,356449063230915,052339180916,,SYS:G7S;V1.08;V1.2,GPS:V;4;N24.730006;E46.637816;14;0;630,GSM:;;420;4;5655;507A;-70,COT:75242;2-8-17,ADC:13.22;0.08,DTT:23004;;0;0;0;1#")); |