refactor: Rename remaining "black" identifiers

This commit is contained in:
Lars Toenning
2024-11-10 21:50:35 +01:00
parent 6d1812b164
commit cc1e41fc59
579 changed files with 1758 additions and 1869 deletions

View File

@@ -5,7 +5,7 @@
/*!
* \file
* \ingroup testblackfsd
* \ingroup testswiftfsd
*/
#include "config/buildconfig.h"
@@ -33,7 +33,7 @@ using namespace swift::misc::simulation;
using namespace swift::config;
using namespace swift::core::fsd;
namespace BlackFsdTest
namespace SwiftFsdTest
{
//! Testing FSD Client
class CTestFSDClient : public QObject
@@ -976,7 +976,7 @@ namespace BlackFsdTest
}
//! main
BLACKTEST_MAIN(BlackFsdTest::CTestFSDClient);
SWIFTTEST_MAIN(SwiftFsdTest::CTestFSDClient);
#include "testfsdclient.moc"