diff options
author | aavit <qt-info@nokia.com> | 2010-08-25 13:21:58 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-08-25 13:21:58 (GMT) |
commit | 619f8eec497538a3efb6cd36b12b16c6ce02cd88 (patch) | |
tree | b02f673a966646fe8a538ff7905cf37b1198a3ba /tests/arthur/common | |
parent | deef2e16776c171d4b033257cd4fc3ab2bd005a3 (diff) | |
download | Qt-619f8eec497538a3efb6cd36b12b16c6ce02cd88.zip Qt-619f8eec497538a3efb6cd36b12b16c6ce02cd88.tar.gz Qt-619f8eec497538a3efb6cd36b12b16c6ce02cd88.tar.bz2 |
Use a remote test server during dev, plus some housekeeping
Diffstat (limited to 'tests/arthur/common')
-rw-r--r-- | tests/arthur/common/baselineprotocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arthur/common/baselineprotocol.cpp b/tests/arthur/common/baselineprotocol.cpp index fb4f06d..83b7adc 100644 --- a/tests/arthur/common/baselineprotocol.cpp +++ b/tests/arthur/common/baselineprotocol.cpp @@ -37,8 +37,8 @@ BaselineProtocol::~BaselineProtocol() bool BaselineProtocol::connect() { errMsg.clear(); - //TBD: determine server address; for now localhost - QLatin1String serverName("localhost"); + //###TBD: determine server address; for now local devhost + QLatin1String serverName("chimera.europe.nokia.com"); socket.connectToHost(serverName, ServerPort); |