aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimjees Abraham <simjees.abraham@nokia.com>2012-03-30 14:42:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-30 17:02:48 +0200
commited31de7f046d79fcd2fd485c11538287318c76b5 (patch)
treebb7d15f9c95c81b48945520143fb34d18ecedb3c /tests
parent4eb94ba3fc50a3a997a9fbda649539d2996329ca (diff)
irrelevant qDebug removed
syncing debugutil with the change done to remove the irrelevant qDebug at stat of debug session. Change-Id: I17520319684e6e213037b09550d1a97b493150cd Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/shared/debugutil.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qml/debugger/shared/debugutil.cpp b/tests/auto/qml/debugger/shared/debugutil.cpp
index 13dcad1166..925f5372cd 100644
--- a/tests/auto/qml/debugger/shared/debugutil.cpp
+++ b/tests/auto/qml/debugger/shared/debugutil.cpp
@@ -161,9 +161,6 @@ void QQmlDebugProcess::processAppOutput()
m_eventLoop.quit();
continue;
}
- if (line.contains("Connection established.")) {
- continue;
- }
}
}
m_mutex.unlock();