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:
Bernd Weimer 2014-04-25 18:16:25 +02:00 committed by The Qt Project
parent 5f66ce2d96
commit 1fb3431a03
1 changed files with 1 additions and 1 deletions

View File

@ -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);