aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@sletta.org>2016-11-21 07:54:49 +0100
committerGunnar Sletta <gunnar@sletta.org>2016-11-22 06:42:05 +0000
commitfbfc433dae873e3cfd1247e020faff4c1303c659 (patch)
treef458ce9d212c77ec7ece5945291257bf82637948 /tests
parentc56cc0c6c229b01811cf41fe2ea02dc3194feaab (diff)
Fix warning in qml testcase
'root.done' doesn't exist. There is a timer that flips 'when' explicitly when the testcase is ready to run. Change-Id: I8d9b1b36c1e605db43a4c86b5694956c864896a4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltest-blacklist/animators/tst_stopped.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltest-blacklist/animators/tst_stopped.qml b/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
index 56bec4e452..a70da63e13 100644
--- a/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
+++ b/tests/auto/qmltest-blacklist/animators/tst_stopped.qml
@@ -37,7 +37,7 @@ Item {
TestCase {
id: testcase
name: "animators-stopped"
- when: root.done
+ when: false
function test_endresult() {
verify(true);
}