1
0
Fork 0
flightgear/test_suite/unit_tests
James Turner 72f1b84837 Improve waypointFromString logic
- exclude POIs and some other types from the ident match, to avoid
  confusing results
- improve how the search vicinity is computed when inserting a leg,
  which is the common case for a route with a destination set. Use
  the midpoint of the leg ending at the insert position, as the optimal
  search vicinity
- move the waypointFromString code into route.cxx, since it is mostly
  independent of a FlightPlan instance
- extend the tests to cover the bug which flagged these issues

Ticket-Id: https://sourceforge.net/p/flightgear/codetickets/2372/
2020-12-13 17:55:32 +00:00
..
Add-ons Rename test globals to testGlobals [.cxx|.hxx] 2019-09-24 11:39:34 +01:00
AI AIFlightPlan: remove ‘erase’ option from Decrement 2020-09-05 11:16:36 +01:00
FDM TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
general Tests: skeleton ViewManager/Views tests 2020-09-08 12:31:42 +01:00
Input Rename test globals to testGlobals [.cxx|.hxx] 2019-09-24 11:39:34 +01:00
Instrumentation Fix that tp_type will return nil for transitions 2020-07-30 12:26:04 +01:00
Main Modernize: std::string_literals 2020-12-05 14:25:59 -06:00
Navaids Improve waypointFromString logic 2020-12-13 17:55:32 +00:00
Scripting Revert "Fix textNasalSys" 2020-12-13 09:17:11 -06:00
CMakeLists.txt Start creating tests of AIModel code 2020-09-03 17:51:40 +01:00