diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-21 16:48:09 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-21 16:48:09 +1300 |
commit | 39de5581b92a505a19cf1929a52bc562c48c3e2f (patch) | |
tree | 0924db688457d2cef28dbfa1b1d6328b19ba6207 /test/org | |
parent | e7c04ee2af5b2bdabc58647c11ec059281dccae0 (diff) | |
download | trackermap-server-39de5581b92a505a19cf1929a52bc562c48c3e2f.tar.gz trackermap-server-39de5581b92a505a19cf1929a52bc562c48c3e2f.tar.bz2 trackermap-server-39de5581b92a505a19cf1929a52bc562c48c3e2f.zip |
Add support for old GoSafe format
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/GoSafeProtocolDecoderTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java b/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java index 8569fcae8..badc267ab 100644 --- a/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GoSafeProtocolDecoderTest.java @@ -10,8 +10,8 @@ public class GoSafeProtocolDecoderTest extends ProtocolTest { GoSafeProtocolDecoder decoder = new GoSafeProtocolDecoder(new GoSafeProtocol()); - /*verifyPositions(decoder, text( - "*GS02,358696043774648,GPS:230040;A;S1.166829;E36.934287;0;0;170116,STT:20;0,MGR:32755204,ADC:0;11.2;1;28.3;2;4.1,GFS:0;0"));*/ + verifyPosition(decoder, text( + "*GS02,358696043774648,GPS:230040;A;S1.166829;E36.934287;0;0;170116,STT:20;0,MGR:32755204,ADC:0;11.2;1;28.3;2;4.1,GFS:0;0")); verifyNothing(decoder, text( "*GS02,358696043774648")); |