summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativebinding/data/test-binding.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-26 04:29:19 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-28 23:50:06 (GMT)
commit078ff776e37aebe5b7e88e4b4f21da1158fac3c7 (patch)
treed3e4a466b6d7df796cfd5031760b53c210d3635e /tests/auto/declarative/qdeclarativebinding/data/test-binding.qml
parent921d6882caa4f4be78c747493295d3bdd3f1f673 (diff)
downloadQt-078ff776e37aebe5b7e88e4b4f21da1158fac3c7.zip
Qt-078ff776e37aebe5b7e88e4b4f21da1158fac3c7.tar.gz
Qt-078ff776e37aebe5b7e88e4b4f21da1158fac3c7.tar.bz2
Autotest tweaks.
Diffstat (limited to 'tests/auto/declarative/qdeclarativebinding/data/test-binding.qml')
-rw-r--r--tests/auto/declarative/qdeclarativebinding/data/test-binding.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativebinding/data/test-binding.qml b/tests/auto/declarative/qdeclarativebinding/data/test-binding.qml
index e9101e4..8f5b39e 100644
--- a/tests/auto/declarative/qdeclarativebinding/data/test-binding.qml
+++ b/tests/auto/declarative/qdeclarativebinding/data/test-binding.qml
@@ -12,5 +12,5 @@ Rectangle {
Binding { target: screen; property: "text"; value: s1.text; objectName: "binding1" }
Binding { target: screen; property: "color"; value: r1.color }
- Binding { target: screen; property: "color"; when: screen.changeColor == true; value: r2.color }
+ Binding { target: screen; property: "color"; when: screen.changeColor == true; value: r2.color; objectName: "binding3" }
}