mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Fixed unit tests, only minor changes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
fda587994d
commit
34c75c7505
@@ -96,7 +96,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Callsign
|
||||
*/
|
||||
void CTestAviation::callsign()
|
||||
void CTestAviation::callsignWithContainers()
|
||||
{
|
||||
CCallsign cs1("EDDm_twr");
|
||||
CCallsign cs2("EDDmtwr");
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace BlackMiscTest
|
||||
* \brief Basic unit tests for physical units
|
||||
*/
|
||||
void headingBasics();
|
||||
|
||||
/*!
|
||||
* \brief COM and NAV units
|
||||
*/
|
||||
@@ -41,9 +42,9 @@ namespace BlackMiscTest
|
||||
void transponder();
|
||||
|
||||
/*!
|
||||
* \brief Callsigns
|
||||
* \brief Callsigns // callsign containers
|
||||
*/
|
||||
void callsign();
|
||||
void callsignWithContainers();
|
||||
|
||||
/*!
|
||||
* \brief Testing copying and equality of objects
|
||||
|
||||
@@ -25,4 +25,4 @@ namespace BlackMiscTest
|
||||
|
||||
} //namespace BlackMiscTest
|
||||
|
||||
#endif //BLACKMISCTEST_TESTCONTAINERS_H
|
||||
#endif // guard
|
||||
|
||||
@@ -24,7 +24,7 @@ public:
|
||||
* \brief Standard test case constructor
|
||||
* \param parent
|
||||
*/
|
||||
explicit CTestPhysicalQuantities(QObject *parent = 0) : QObject(parent) {}
|
||||
explicit CTestPhysicalQuantities(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
private slots:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user