bug5576: adjusted static wind fix for ManeuverDetectionOnKielerWoche505Race2DataTest from 240 to 245deg to let test pass again

This commit is contained in:
Axel Uhl
2021-06-17 11:31:57 +02:00
parent 3804f2a8dc
commit 16591a3d0b
2 changed files with 4 additions and 5 deletions
@@ -56,7 +56,7 @@ public class ManeuverDetectionOnKielerWoche505Race2DataTest extends AbstractMane
new ReceiverType[] { ReceiverType.MARKPASSINGS, ReceiverType.RACECOURSE, ReceiverType.RAWPOSITIONS });
OnlineTracTracBasedTest.fixApproximateMarkPositionsForWindReadOut(getTrackedRace(), new MillisecondsTimePoint(new GregorianCalendar(2011, 05, 23).getTime()));
getTrackedRace().recordWind(new WindImpl(/* position */ null, getTrackedRace().getStartOfRace(),
new KnotSpeedWithBearingImpl(12, new DegreeBearingImpl(60))), new WindSourceImpl(WindSourceType.WEB));
new KnotSpeedWithBearingImpl(12, new DegreeBearingImpl(65))), new WindSourceImpl(WindSourceType.WEB));
logger.info("Waiting for things to settle in, such as wind updates...");
Thread.sleep(2000);
logger.info("...hopefully all is settled now.");