summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/common')
-rw-r--r--tests/arthur/common/baselineprotocol.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/arthur/common/baselineprotocol.cpp b/tests/arthur/common/baselineprotocol.cpp
index 78c80f1..a7fb5be 100644
--- a/tests/arthur/common/baselineprotocol.cpp
+++ b/tests/arthur/common/baselineprotocol.cpp
@@ -168,10 +168,9 @@ BaselineProtocol::~BaselineProtocol()
bool BaselineProtocol::connect()
{
errMsg.clear();
- //###TBD: determine server address; for now local devhost
QByteArray serverName(qgetenv("QT_LANCELOT_SERVER"));
if (serverName.isNull())
- serverName = "chimera.europe.nokia.com";
+ serverName = "lancelot.test.qt.nokia.com";
socket.connectToHost(serverName, ServerPort);
if (!socket.waitForConnected(Timeout)) {