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>
This commit is contained in:
Gunnar Sletta 2016-11-21 07:54:49 +01:00
parent c56cc0c6c2
commit fbfc433dae
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Item {
TestCase {
id: testcase
name: "animators-stopped"
when: root.done
when: false
function test_endresult() {
verify(true);
}