From 7f260d87e1e78ff92465b2c23f7a0068fa2c20b7 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 3 May 2018 00:14:42 +1200 Subject: Fix test code formatting --- test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/org') diff --git a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java index c2d5ba4e2..da81e5549 100644 --- a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java @@ -44,12 +44,13 @@ public class GlobalSatProtocolDecoderTest extends ProtocolTest { "GSr,GTR-128,013227006963064,0080,1,a080,3,190615,163816,W07407.7134,N0440.8601,2579,0.01,130,12,0.7,11540mV,0,77,14,\"732,123,0744,2fc1,41,23\",\"732,123,0744,2dfe,05,28\",\"732,123,0744,272a,15,21\",\"732,123,0744,2f02,27,23\"*3b!")); verifyPosition(decoder, text( - "$80050377796567,0,13,281015,173437,E08513.28616,N5232.85432,222.3,0.526,,07*37" - ), position("2015-10-28 17:34:37.000", true, 52.54757, 85.22144)); + "$80050377796567,0,13,281015,173437,E08513.28616,N5232.85432,222.3,0.526,,07*37"), + position("2015-10-28 17:34:37.000", true, 52.54757, 85.22144)); verifyPosition(decoder, text( - "$80050377796567,0,18,281015,191919,E08513.93290,N5232.42141,193.4,37.647,305.40,07*37" - ), position("2015-10-28 19:19:19.000", true, 52.54036, 85.23222)); + "$80050377796567,0,18,281015,191919,E08513.93290,N5232.42141,193.4,37.647,305.40,07*37"), + position("2015-10-28 19:19:19.000", true, 52.54036, 85.23222)); + } } -- cgit v1.2.3