summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-10-25 11:04:44 (GMT)
committeraavit <qt-info@nokia.com>2010-10-25 11:04:44 (GMT)
commit3f0ff810e448253e6da0c4716e6ed1819786349f (patch)
treee149e2c4bc885e0cc4ae035a97bba1789a15cb19 /tests/arthur/common
parente7f0288bd9a57c25a7e482f4b058769d7147270a (diff)
downloadQt-3f0ff810e448253e6da0c4716e6ed1819786349f.zip
Qt-3f0ff810e448253e6da0c4716e6ed1819786349f.tar.gz
Qt-3f0ff810e448253e6da0c4716e6ed1819786349f.tar.bz2
Preparations for running on actual server
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)) {