diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:21:22 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:21:22 (GMT) |
commit | f513381e22a56dedd340df83bed8a50b7c9591f0 (patch) | |
tree | f6329d6b8830155d89be54c872d524edbec95c6e /tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml | |
parent | ef7906d0c89cf155aec89dac4a8655911eb055e5 (diff) | |
download | Qt-f513381e22a56dedd340df83bed8a50b7c9591f0.zip Qt-f513381e22a56dedd340df83bed8a50b7c9591f0.tar.gz Qt-f513381e22a56dedd340df83bed8a50b7c9591f0.tar.bz2 |
Update gridview visual tests
The bug found in gridview.qml doesn't actually stop the test from
passing, so it's now updated.
Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml b/tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml index c79e19f..95556f1 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativegridview/gridview.qml @@ -38,7 +38,7 @@ Rectangle { Component { id: appHighlight - Rectangle { width: 100; height: 100; color: "white"; z: 3000 } + Rectangle { width: 100; height: 100; color: "white"; z: 0 } } GridView { |