summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_keyboardEvents.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_keyboardEvents.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_keyboardEvents.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_keyboardEvents.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_keyboardEvents.qml b/tests/auto/quick/qmltests/data/tst_keyboardEvents.qml
index 2536f319b..136863c4c 100644
--- a/tests/auto/quick/qmltests/data/tst_keyboardEvents.qml
+++ b/tests/auto/quick/qmltests/data/tst_keyboardEvents.qml
@@ -36,6 +36,7 @@ TestWebEngineView {
height: 480
TestCase {
+ id: testCase
name: "WebEngineViewKeyboardEvents"
when: windowShown