mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Minor tweaks around formatting, comments, renaming, warnings
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Variant tests
|
||||
*/
|
||||
void CTestVariantAndValueMap::variant()
|
||||
void CTestVariantAndMap::variant()
|
||||
{
|
||||
// ATC station
|
||||
QDateTime dtFrom = QDateTime::currentDateTimeUtc();
|
||||
@@ -71,9 +71,9 @@ namespace BlackMiscTest
|
||||
}
|
||||
|
||||
/*
|
||||
* Value map tests
|
||||
* Variant map tests
|
||||
*/
|
||||
void CTestVariantAndValueMap::valueMap()
|
||||
void CTestVariantAndMap::valueMap()
|
||||
{
|
||||
// ATC station
|
||||
QDateTime dtFrom = QDateTime::currentDateTimeUtc();
|
||||
@@ -100,4 +100,4 @@ namespace BlackMiscTest
|
||||
QVERIFY2(vmWildcard == vmWildcard, "Maps should be equal");
|
||||
}
|
||||
|
||||
} //namespace BlackMiscTest
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user