mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 11:06:01 +08:00
update unit tests
This commit is contained in:
@@ -44,16 +44,6 @@ void CTestAviation::headingBasics()
|
||||
QVERIFY2(h2.unitValueToDouble() == 360, "Value shall be 360");
|
||||
}
|
||||
|
||||
/*
|
||||
* Vertical positions
|
||||
*/
|
||||
void CTestAviation::verticalPosition()
|
||||
{
|
||||
CAviationVerticalPositions vp1 = CAviationVerticalPositions::fromAltitudeAndElevationInFt(10000.0, 3000.0);
|
||||
CAviationVerticalPositions vp2 = vp1;
|
||||
QVERIFY2(vp1 == vp2, "Values shall be equal");
|
||||
}
|
||||
|
||||
/*
|
||||
* COM and NAV units
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user