aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-10-08 15:48:32 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-10-10 12:44:07 +0000
commitd1ac941ce74af8aabfc2aa522e48ba826d3080f6 (patch)
treec6f781444d3acf44f07cc24f752f9f0fe792712a /tests
parent213fdd341038d5256a017555570e3359cf111001 (diff)
QML Tooling: Prevent property capture while collecting data
We don't want additional connections to be formed as result of reporting data to the debugger. Task-number: QTBUG-70989 Change-Id: I78b038a159addac43a8661e402a70e5b14fb222b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
index 2e2fda6746..941303d3ef 100644
--- a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
+++ b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
@@ -1638,7 +1638,7 @@ void tst_QQmlDebugJS::breakOnAnchor()
QTRY_COMPARE(m_process->state(), QProcess::NotRunning);
QCOMPARE(m_process->exitStatus(), QProcess::NormalExit);
- QCOMPARE(breaks, 19);
+ QCOMPARE(breaks, 2);
}
QList<QQmlDebugClient *> tst_QQmlDebugJS::createClients()