mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
clang-format tests
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
//! \cond PRIVATE_TESTS
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackfsd
|
||||
*/
|
||||
* \file
|
||||
* \ingroup testblackfsd
|
||||
*/
|
||||
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "blackcore/fsd/fsdclient.h"
|
||||
@@ -156,7 +156,6 @@ namespace BlackFsdTest
|
||||
|
||||
void CTestFSDClient::testConstructor()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CTestFSDClient::testDeleteAtc()
|
||||
@@ -868,8 +867,7 @@ namespace BlackFsdTest
|
||||
QCOMPARE(CConnectionStatus::Connected, arguments.at(1).value<CConnectionStatus>().getConnectionStatus());
|
||||
|
||||
QSignalSpy pongSpy(m_client, &CFSDClient::pongReceived);
|
||||
connect(m_client, &CFSDClient::pongReceived, [](const QString & sender, double elapsedTimeM)
|
||||
{
|
||||
connect(m_client, &CFSDClient::pongReceived, [](const QString &sender, double elapsedTimeM) {
|
||||
qDebug() << "Received pong from" << sender << "in" << elapsedTimeM << "ms";
|
||||
});
|
||||
m_client->sendPing("SERVER");
|
||||
|
||||
Reference in New Issue
Block a user