summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-04-29 16:14:26 +0200
committerKirill Burtsev <kirill.burtsev@qt.io>2021-05-07 18:14:43 +0200
commit5d41d39b82acb3e2da597df0588fb906e212d608 (patch)
tree9794fb42f6c54e8dfa94e6631ea1b9edbc137c08 /tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
parent7e5e92c329597953b9e9a5b84d68e211bf2f2b65 (diff)
Avoid unknownFunc messages in qmltests
It was caused by a nested unnamed TestCase, instead rely on the parent testCase being id'ed as testCase. Task-number: QTBUG-74447 Change-Id: I086155e230d0e71ce224a8aa4c669636fe0e0acd Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml b/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
index 69aa76b77..5e163fc64 100644
--- a/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
+++ b/tests/auto/quick/qmltests/data/tst_unhandledKeyEventPropagation.qml
@@ -46,6 +46,7 @@ Item {
focus: true
}
TestCase {
+ id: testCase
name: "WebEngineViewUnhandledKeyEventPropagation"
when: false