summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-11 00:17:28 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-11 00:17:28 (GMT)
commit509ee4bb6225582366c3ad5e5cfcb86bae3c1c52 (patch)
treeb9fd7a28de6b2c9994b90bcc9e458c72024f523e /tests
parent4cc540517c2fd3cd603e052f71717d189ca0c7f9 (diff)
parent24ee7d2fe5481658f350172b9c211bc3b4d89a65 (diff)
downloadQt-509ee4bb6225582366c3ad5e5cfcb86bae3c1c52.zip
Qt-509ee4bb6225582366c3ad5e5cfcb86bae3c1c52.tar.gz
Qt-509ee4bb6225582366c3ad5e5cfcb86bae3c1c52.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/anchors/data/anchors.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/anchors/data/anchors.qml b/tests/auto/declarative/anchors/data/anchors.qml
index b3fba30..b880762 100644
--- a/tests/auto/declarative/anchors/data/anchors.qml
+++ b/tests/auto/declarative/anchors/data/anchors.qml
@@ -97,7 +97,7 @@ Rectangle {
id: rect18; objectName: "rect18"
x: 180; width: 10
anchors.top: masterRect.bottom
- anchors.bottom: Rect12.top
+ anchors.bottom: rect12.top
}
Rectangle {
id: rect19; objectName: "rect19"