mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Upfront of refs #369
* consolidated ICoordinateGeodetic (e.g. fixed nested properties) * shifted common functionality for objects/containers with callsign into interface * shifted common functionality for objects/containers with geo position into interface * shifted common functionality for objects/containers with timestamp into interface * updated corresponding value objects / specialized lists * adjusted all places where renamed functions are used
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackMiscTest
|
||||
QVERIFY2(station1 == station1, "Station should be equal");
|
||||
|
||||
QVERIFY(station1.getController() == station2.getController());
|
||||
QVERIFY(station1.getDistanceToPlane() == station2.getDistanceToPlane());
|
||||
QVERIFY(station1.getDistanceToOwnAircraft() == station2.getDistanceToOwnAircraft());
|
||||
|
||||
QVERIFY2(station1 == station2, "Station should be equal");
|
||||
QVERIFY2(station1 != station3, "Station should not be equal");
|
||||
|
||||
Reference in New Issue
Block a user