rage / java-programming

https://java-programming.mooc.fi
500 stars 210 forks source link

Part 11_10 FlightControl #378

Open sneaky-snek opened 1 year ago

sneaky-snek commented 1 year ago

MOOC's webpage example is wrong, the tests aren't testing for that exactly. It actually expects "Airport Asset Control", only once, and then "Flight Control" for the second part, again, only once, instead of the "Choose an option:". The "outputOnAddingFlight" test checks for an empty string. printingFlights expects this format: planeID + " (" + planeCapacity + " capacity) (" + departureAirport + "-" + destinationAirport + ")";

part11-Part11_10.FlightControl.zip