6646b37c872fbe04d9906c2ec303b438cd7ff047
java/com.sap.sailing.polars.test/src/com/sap/sailing/polars/windestimation/TestWindEstimationFromManeuversOnAFew505Races.java
| ... | ... | @@ -91,7 +91,7 @@ public class TestWindEstimationFromManeuversOnAFew505Races extends OnlineTracTra |
| 91 | 91 | public void testWindEstimationFromManeuversOn505KW2011Race4() throws Exception { |
| 92 | 92 | setUp("event_20110609_KielerWoch-505_race_4"); |
| 93 | 93 | Wind average = getManeuverBasedAverageWind(); |
| 94 | - assertEquals(265, average.getFrom().getDegrees(), 10.0); |
|
| 94 | + assertEquals(270, average.getFrom().getDegrees(), 10.0); |
|
| 95 | 95 | } |
| 96 | 96 | |
| 97 | 97 | @Test |