mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
(will be further split up/refactored)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7917769802
commit
d1827bd162
@@ -10,6 +10,7 @@
|
||||
#include "testserviceinterface.h"
|
||||
#include "testservice.h"
|
||||
#include "testutils.h"
|
||||
#include "testing.h"
|
||||
#include "blackmisc/test/testdata.h"
|
||||
#include <QTextStream>
|
||||
|
||||
@@ -142,12 +143,12 @@ namespace BlackMisc
|
||||
ok = pingCompare(atcStationList, atcStationListPing, out, verbose, errors);
|
||||
if (verbose) { out << "Pinged ATC station list via interface" << errorInfo(ok) << endl; }
|
||||
|
||||
const CAirportList airportList = CTestUtils::getAirports(10);
|
||||
const CAirportList airportList = CTesting::getAirports(10);
|
||||
const CAirportList airportListPing = testServiceInterface.pingAirportList(airportList);
|
||||
ok = pingCompare(airportList, airportListPing, out, verbose, errors);
|
||||
if (verbose) { out << "Pinged airports list via interface" << errorInfo(ok) << endl; }
|
||||
|
||||
const CClientList clients = CTestUtils::getClients(10);
|
||||
const CClientList clients = CTesting::getClients(10);
|
||||
const CClient client = clients.front();
|
||||
const CClient clientPing = testServiceInterface.pingClient(client);
|
||||
ok = pingCompare(client, clientPing, out, verbose, errors);
|
||||
|
||||
Reference in New Issue
Block a user