diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-27 10:06:27 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-27 10:06:27 +1300 |
commit | d428a5b62531cfc02c8f20d35879b4ec1e383869 (patch) | |
tree | a5767c8460dbc8324e9c3c992a673e6c0ec30d84 /test/org/traccar | |
parent | 04dd07ab82e8af604fe66df7bc92e59d45c0c916 (diff) | |
download | trackermap-server-d428a5b62531cfc02c8f20d35879b4ec1e383869.tar.gz trackermap-server-d428a5b62531cfc02c8f20d35879b4ec1e383869.tar.bz2 trackermap-server-d428a5b62531cfc02c8f20d35879b4ec1e383869.zip |
Replace fake sample with real one
Diffstat (limited to 'test/org/traccar')
-rw-r--r-- | test/org/traccar/protocol/XexunProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/XexunProtocolDecoderTest.java b/test/org/traccar/protocol/XexunProtocolDecoderTest.java index 770c4071d..ac90daec5 100644 --- a/test/org/traccar/protocol/XexunProtocolDecoderTest.java +++ b/test/org/traccar/protocol/XexunProtocolDecoderTest.java @@ -12,7 +12,7 @@ public class XexunProtocolDecoderTest extends ProtocolTest { XexunProtocolDecoder decoder = new XexunProtocolDecoder(new XexunProtocol(), false); verifyPosition(decoder, text( - "GPRMC,215853.000,A,5304.9600,N,10.7907,E,1.43,80.67,250216,00,0000.0,A*47,F,,imei:351525018007873,")); + "GPRMC,113518.000,A,5303.4150,N,10.2368,E,60.73,207.42,260216,00,0000.0,A*74,F,,imei:351525018007873,")); verifyPosition(decoder, text( "GPRMC,215853.000,A,5304.9600,N,6.7907,E,1.43,80.67,250216,00,0000.0,A*47,F,,imei:351525018007873,")); |