mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 11:36:08 +08:00
Unit tests formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6d39be2657
commit
88106d6d8a
@@ -38,9 +38,6 @@ using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
/*
|
||||
* Variant tests
|
||||
*/
|
||||
void CTestVariantAndMap::variant()
|
||||
{
|
||||
// ATC station
|
||||
@@ -89,9 +86,6 @@ namespace BlackMiscTest
|
||||
QVERIFY2(compare(station1, station3) != 0, "Station should not be equal");
|
||||
}
|
||||
|
||||
/*
|
||||
* Variant map tests
|
||||
*/
|
||||
void CTestVariantAndMap::valueMap()
|
||||
{
|
||||
// ATC station
|
||||
@@ -128,7 +122,6 @@ namespace BlackMiscTest
|
||||
vmCopy.setWildcard(!vm.isWildcard());
|
||||
QVERIFY2(qHash(vm) != qHash(vmCopy), "Hashs should not be equal (detailed)");
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user