aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-16 10:03:22 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-16 12:52:58 +0200
commit3b62aeaffd659d25d2a5e3a2bed61157e9297ccd (patch)
tree1dd0d5cfa9a297f165d0ed01cb928451e1a39f47 /tests
parent0fe36330e8e9978885add6a13d7ea0595b6b263c (diff)
QmlDesigner: fixing states
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index fa2ac1b7684..c5e6905b1ec 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
@@ -4794,6 +4794,7 @@ void tst_TestCore::testInstancesBindingsInStatesStress()
}
QmlItemNode(node3).setBindingProperty("width", "parent.x + 30");
+ QVERIFY(QmlItemNode(node3).instanceHasBinding("width"));
QCOMPARE(QmlItemNode(node3).instanceValue("width").toInt(), 130);
view->setCurrentState(view->baseState());