fix for the tests

#story[1101]
main
hba56 8 years ago
parent 62e37489ee
commit fe91264aec

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

Loading…
Cancel
Save