mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 02:56:01 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user