mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Update FSD url in network unit test
This commit is contained in:
committed by
Mathew Sutcliffe
parent
05c0d046aa
commit
4b34aff39d
@@ -45,7 +45,7 @@ namespace BlackCoreTest
|
||||
{
|
||||
void CTestNetwork::networkTest(BlackCore::INetwork *net)
|
||||
{
|
||||
CServer fsdServer("", "", "vatsim-germany.org", 6809, CUser("1234567", "", "", "123456"));
|
||||
CServer fsdServer("", "", "fsd.swift-project.org", 6809, CUser("1234567", "", "", "123456"));
|
||||
if (!this->pingServer(fsdServer)) { QSKIP("Server not reachable."); }
|
||||
|
||||
QString string = net->connectionStatusToString(INetwork::Connected);
|
||||
|
||||
Reference in New Issue
Block a user