|
|
|
|
@ -37,9 +37,9 @@ public class MockBoatTest {
|
|
|
|
|
Polars polars = PolarParser.parse("mock/polars/acc_polars.csv");
|
|
|
|
|
|
|
|
|
|
firstTestBoat = new MockBoat(1, "test", "NZ", polars);
|
|
|
|
|
highGPS = new GPSCoordinate(-64.854000, 32.296577);
|
|
|
|
|
middleGPS = new GPSCoordinate(-64.854000, 32.292500);
|
|
|
|
|
lowGPS = new GPSCoordinate(-64.854000, 32.290000);
|
|
|
|
|
highGPS = new GPSCoordinate(32.296577, -64.854000);
|
|
|
|
|
middleGPS = new GPSCoordinate(32.292500, -64.854000);
|
|
|
|
|
lowGPS = new GPSCoordinate(32.290000, -64.854000);
|
|
|
|
|
markToTest = new Mark(1, "test MARK", middleGPS);
|
|
|
|
|
markToTest2 = new Mark(2, "test MARK2", middleGPS);
|
|
|
|
|
}
|
|
|
|
|
|