1
0
Fork 0
flightgear/test_suite/FGTestApi
James Turner fffcd14362 Fix FlightPlan procedure transition handling
Overhaul how transitions are stored in FlightPlan XML, and how
they’re exposed to Nasal. Simplify the Nasal access by making
‘sid_trans’ and ‘star_trans’ writeable.

Extend the unit-tests a lot to cover this, both from C++ and also
from Nasal

As part of this, overhaul the ownership of FlightPlan delegate
factories, to make it safer (use ref-counting of the factories,
and allow the factory to customise delegate clean-up behaviour)
2020-05-21 22:32:28 +01:00
..
CMakeLists.txt Draft version of Nasal unit-testing API 2020-05-06 15:20:26 +01:00
NasalUnitTesting_TestSuite.cxx Fix FlightPlan procedure transition handling 2020-05-21 22:32:28 +01:00
NavDataCache.cxx GPS/FLightPlan test updates 2020-04-21 15:48:41 +01:00
NavDataCache.hxx TestSuite: Spun out the NavDataCache initialisation code. 2018-07-26 15:52:06 +02:00
PrivateAccessorFDM.cxx TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
PrivateAccessorFDM.hxx TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
scene_graph.cxx TestSuite: Implementation of FGTestApi. 2018-07-26 15:52:06 +02:00
scene_graph.hxx TestSuite: Implementation of FGTestApi. 2018-07-26 15:52:06 +02:00
testGlobals.cxx GPS/FLightPlan test updates 2020-04-21 15:48:41 +01:00
testGlobals.hxx GPS/FLightPlan test updates 2020-04-21 15:48:41 +01:00
TestPilot.cxx GPS/FLightPlan test updates 2020-04-21 15:48:41 +01:00
TestPilot.hxx Tests: add RNAV Heading-to-Alt basic test 2020-04-16 16:41:12 +01:00