Fix qmltest/animators/tst_on.qml
Change-Id: Ief27b20de100cc7517edab03d752e8eb4299a538 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
This commit is contained in:
parent
5f66ce2d96
commit
1fb3431a03
|
@ -54,7 +54,7 @@ Item {
|
|||
&& !anims.running && !animr.running
|
||||
&& !animo.running;
|
||||
function test_endresult() {
|
||||
tryCompare(box.xChangeCounter, 1);
|
||||
tryCompare(box, 'xChangeCounter', 1);
|
||||
compare(box.yChangeCounter, 1);
|
||||
compare(box.scaleChangeCounter, 1);
|
||||
compare(box.rotationChangeCounter, 1);
|
||||
|
|
Loading…
Reference in New Issue