diff options
author | Lucas V C Nicolau <lcsvcn@users.noreply.github.com> | 2019-11-25 15:14:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 15:14:58 -0300 |
commit | 26020f101b9e0781c5b9a1b5528ea202ab239450 (patch) | |
tree | cd2e81b9efbb9f3461f8a68895b63b87893f540b | |
parent | 89abb77cf63519d60a41f63291ac8277d79f5c2a (diff) | |
download | trackermap-server-26020f101b9e0781c5b9a1b5528ea202ab239450.tar.gz trackermap-server-26020f101b9e0781c5b9a1b5528ea202ab239450.tar.bz2 trackermap-server-26020f101b9e0781c5b9a1b5528ea202ab239450.zip |
only one test
-rw-r--r-- | src/test/java/org/traccar/protocol/Xrb28ProtocolDecoderTest.java | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/test/java/org/traccar/protocol/Xrb28ProtocolDecoderTest.java b/src/test/java/org/traccar/protocol/Xrb28ProtocolDecoderTest.java index c280cc2c7..0512b2d73 100644 --- a/src/test/java/org/traccar/protocol/Xrb28ProtocolDecoderTest.java +++ b/src/test/java/org/traccar/protocol/Xrb28ProtocolDecoderTest.java @@ -29,22 +29,7 @@ public class Xrb28ProtocolDecoderTest extends ProtocolTest { "*SCOR,OM,863158022988725,D0,0,124458.00,A,2237.7514,N,11408.6214,E,6,0.21,151216,10,M,A#")); verifyPosition(decoder, text( - "*SCOR,NG,868020030346166,D0,1,020047.000,A,2359.35484,S,04615.26737,W,14,0.77,161119,-11.87,M,A#")); - - verifyPosition(decoder, text( - "*SCOR,NG,868020030485741,D0,1,020249.000,A,2359.36260,S,04615.24544,W,13,0.77,201119,13.52,M,A#")); - - verifyPosition(decoder, text( - "*SCOR,NG,868020030491178,D0,1,020533.000,A,2359.34836,S,04615.24559,W,16,0.68,111119,40.97,M,A#")); - - verifyPosition(decoder, text( - "*SCOR,NG,868020030432826,D0,1,020522.000,A,2359.36061,S,04615.24528,W,14,0.76,191119,16.50,M,A#")); - - verifyPosition(decoder, text( - "*SCOR,NG,868020030308430,D0,1,020455.00,A,2359.36129,S,04615.24677,W,12,0.72,201119,8.5,M,A#")); - - verifyPosition(decoder, text( - "*SCOR,NG,868020030485741,D0,1,020519.000,A,2359.36247,S,04615.24459,W,14,0.74,201119,13.56,M,A#")); + "*SCOR,NG,868020030346166,D0,1,020047.000,A,2359.35484,S,04615.26737,W,14,0.77,161119,-11.87,M,A#")) } |