summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativedebugservice
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-29 09:25:32 +0100
committerKai Koehne <kai.koehne@nokia.com>2011-11-29 09:30:50 +0100
commitca0e1b517c150dadd1c1cd400b93004c9953642a (patch)
tree5b17366d3722bb58f2f8e5c4962a4aef2c74d472 /tests/auto/declarative/qdeclarativedebugservice
parente2773a9fc4450dbc8cb1e0736252e7520b5e6bd1 (diff)
downloadqt4-tools-ca0e1b517c150dadd1c1cd400b93004c9953642a.tar.gz
Adapt autotests to commit e2773a9
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Change-Id: I30f996099346668f7b8067246c98b9ccc137ba57
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugservice')
-rw-r--r--tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp b/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp
index 85d459b92a..62fb5ade81 100644
--- a/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp
+++ b/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp
@@ -73,13 +73,13 @@ private slots:
void tst_QDeclarativeDebugService::initTestCase()
{
- QTest::ignoreMessage(QtWarningMsg, "QDeclarativeDebugServer: Waiting for connection on port 13769...");
+ QTest::ignoreMessage(QtDebugMsg, "QDeclarativeDebugServer: Waiting for connection on port 13769...");
new QDeclarativeEngine(this);
m_conn = new QDeclarativeDebugConnection(this);
m_conn->connectToHost("127.0.0.1", 13769);
- QTest::ignoreMessage(QtWarningMsg, "QDeclarativeDebugServer: Connection established");
+ QTest::ignoreMessage(QtDebugMsg, "QDeclarativeDebugServer: Connection established");
bool ok = m_conn->waitForConnected();
QVERIFY(ok);