summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-08 15:34:40 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-08 15:34:40 +1000
commite958e972a00dd62c06d2ae1de8fe786044d8a8ed (patch)
tree6c1119c17aedb85e3b60a4dc03a309a50e21918f /tests
parentabc174908ae3451f731064eed7c48b15560e298c (diff)
Triggering tests to run after the window is shown
Diffstat (limited to 'tests')
-rw-r--r--tests/qmlauto/buttonclick/tst_buttonclick.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qmlauto/buttonclick/tst_buttonclick.qml b/tests/qmlauto/buttonclick/tst_buttonclick.qml
index 89e223b..c2d102d 100644
--- a/tests/qmlauto/buttonclick/tst_buttonclick.qml
+++ b/tests/qmlauto/buttonclick/tst_buttonclick.qml
@@ -47,6 +47,7 @@ Button {
onClicked: text = "Clicked"
TestCase {
name: "ClickTest"
+ when: windowShown
function test_click() {
button.clicked();