From 1fb3431a039c7da57f8416ce9f2db895b0744763 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Fri, 25 Apr 2014 18:16:25 +0200 Subject: Fix qmltest/animators/tst_on.qml Change-Id: Ief27b20de100cc7517edab03d752e8eb4299a538 Reviewed-by: Friedemann Kleint Reviewed-by: Alan Alpert --- tests/auto/qmltest/animators/tst_on.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qmltest/animators/tst_on.qml b/tests/auto/qmltest/animators/tst_on.qml index c96034bdab..b3fc719dcc 100644 --- a/tests/auto/qmltest/animators/tst_on.qml +++ b/tests/auto/qmltest/animators/tst_on.qml @@ -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); -- cgit v1.2.3