aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickaccessible/data/statictext.qml
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2014-09-23 11:24:58 +0200
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2014-10-20 17:10:01 +0200
commit09a67ad96508dad0e85137c68d9e45fc3544a138 (patch)
treee605409bea60b5a742ac15604f92035d02b2e8ff /tests/auto/quick/qquickaccessible/data/statictext.qml
parent7f692693d98522187029e82c746627e3bd51be67 (diff)
Make test more robust against ignored children.
With the upcoming change that changes the semantics of Accessible.ignored, some assumptions in the test does not hold anymore. Change-Id: I9b34f1ecc61fc0d4e8abe5a5505a5bcff44501d4 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qquickaccessible/data/statictext.qml')
-rw-r--r--tests/auto/quick/qquickaccessible/data/statictext.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickaccessible/data/statictext.qml b/tests/auto/quick/qquickaccessible/data/statictext.qml
index 7cf1b707a0..1092f33daf 100644
--- a/tests/auto/quick/qquickaccessible/data/statictext.qml
+++ b/tests/auto/quick/qquickaccessible/data/statictext.qml
@@ -3,6 +3,8 @@ import QtQuick 2.0
Item {
width: 400
height: 400
+ Accessible.name: "root"
+ Accessible.role: Accessible.Client
Text {
x: 100