summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-03-04 13:47:10 (GMT)
committeraavit <qt-info@nokia.com>2011-03-04 13:47:10 (GMT)
commit9326d1b80e34a03bf221fca46eb46fbf6420b4d9 (patch)
tree5a99716d695ca62506ee1ba30416e581acb7ecf0 /tests/arthur/common
parent7a0fb91e2e8e3b3e914c694650d86656ecb2be99 (diff)
downloadQt-9326d1b80e34a03bf221fca46eb46fbf6420b4d9.zip
Qt-9326d1b80e34a03bf221fca46eb46fbf6420b4d9.tar.gz
Qt-9326d1b80e34a03bf221fca46eb46fbf6420b4d9.tar.bz2
Improved error msg
Diffstat (limited to 'tests/arthur/common')
-rw-r--r--tests/arthur/common/baselineprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/common/baselineprotocol.cpp b/tests/arthur/common/baselineprotocol.cpp
index e4445bd..cff74cc 100644
--- a/tests/arthur/common/baselineprotocol.cpp
+++ b/tests/arthur/common/baselineprotocol.cpp
@@ -310,7 +310,7 @@ bool BaselineProtocol::connect(const QString &testCase, bool *dryrun)
}
if (cmd == Abort) {
- errMsg += QLS("Server aborted connection. Reason: ") + QString::fromLatin1(block);
+ errMsg += QLS("Server rejected connection. Reason: ") + QString::fromLatin1(block);
return false;
}