mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
* Random number generation was faulty, as we have to use RAND_MAX and not INT_MAX * fixed CTestAircraftSituation::testSetRotateUpPitch, we need to use a defined front function otherwise it can be randomly outside range * adjusted performance unit test a bit, as the value vary a lot Ref T261