mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 17:53:23 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -81,7 +81,7 @@ int main(int argc, char *argv[])
|
||||
// run tests
|
||||
if (cmdlineArgs.contains("testservice", Qt::CaseInsensitive))
|
||||
{
|
||||
BlackSample::ServiceTool::dataTransferTestClient(address);
|
||||
swift::sample::ServiceTool::dataTransferTestClient(address);
|
||||
}
|
||||
|
||||
// loop
|
||||
@@ -175,14 +175,14 @@ int main(int argc, char *argv[])
|
||||
// run tests
|
||||
if (mode == "testservice")
|
||||
{
|
||||
BlackSample::ServiceTool::dataTransferTestServer(dBusServer, verbose);
|
||||
swift::sample::ServiceTool::dataTransferTestServer(dBusServer, verbose);
|
||||
}
|
||||
|
||||
// testing in new process
|
||||
CProcessCtrl::startDetached(executable, args, true);
|
||||
|
||||
// testing in same process
|
||||
// BlackSample::ServiceTool::dataTransferTestClient(address);
|
||||
// swift::sample::ServiceTool::dataTransferTestClient(address);
|
||||
|
||||
// loop
|
||||
return a.exec();
|
||||
|
||||
Reference in New Issue
Block a user