e7f187b9e133c8063319a62078efd6ff9b892f3e
java/com.sap.sailing.windestimation.test/src/com/sap/sailing/windestimation/integration/IncrementalMstHmmWindEstimationForTrackedRaceTest.java
| ... | ... | @@ -150,7 +150,7 @@ public class IncrementalMstHmmWindEstimationForTrackedRaceTest extends OnlineTra |
| 150 | 150 | new PolarDataClient(Optional.ofNullable(System.getenv("POLAR_DATA_BASE_URL")).orElse("https://sapsailing.com"), polarDataService, polardataBearerTokenOptional) |
| 151 | 151 | .updatePolarDataRegressions(); |
| 152 | 152 | } else { |
| 153 | - polarDataService = null; |
|
| 153 | + polarDataService = new PolarDataServiceImpl(); |
|
| 154 | 154 | } |
| 155 | 155 | getTrackedRace().setPolarDataService(polarDataService); |
| 156 | 156 | final GregorianCalendar cal = new GregorianCalendar(2011, 05, 23, 13, 40); |