diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-26 10:46:33 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 10:46:33 +1200 |
commit | 2110e12e04f9a4dadff74dd39e75e6f0226c5533 (patch) | |
tree | 4a1612968a98b21b0a48f61cafc7889736bbc259 /test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java | |
parent | cd011431dbae56ca9b3f4546b1485ab24bdb90af (diff) | |
parent | db427d338bbd284203badb36b25504c7f152b5ea (diff) | |
download | traccar-server-2110e12e04f9a4dadff74dd39e75e6f0226c5533.tar.gz traccar-server-2110e12e04f9a4dadff74dd39e75e6f0226c5533.tar.bz2 traccar-server-2110e12e04f9a4dadff74dd39e75e6f0226c5533.zip |
Merge pull request #4067 from oliv3/bug_4064
[Gpsmta] Decode negative latitudes and longitudes
Diffstat (limited to 'test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java b/test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java index 316003757..27922bdbc 100644 --- a/test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GpsmtaProtocolDecoderTest.java @@ -17,7 +17,7 @@ public class GpsmtaProtocolDecoderTest extends ProtocolTest { "864528021249771 1446116686 49.85073 24.004438 0 217 6 338 00 59 27 0 0")); verifyPosition(decoder, text( - "359144048138856 1442932957 49.85064 24.003979 1 0 40 0 10 110 26 0 0")); + "359144048138856 1442932957 -49.85064 -24.003979 1 0 40 0 10 110 26 0 0")); } |