diff options
| author | Stephen Kelly <ske@ableton.com> | 2015-03-23 11:30:31 +0100 |
|---|---|---|
| committer | Stephen Kelly <ske@ableton.com> | 2015-03-25 15:35:06 +0000 |
| commit | 1c0deaf9805903f4f33ff09056b3153fd92b5618 (patch) | |
| tree | 657a1358f1bfe9a45ffb1acce0ffe155ce87ffe3 | |
| parent | 7fd1a0709bc0e7737a6f48433ab04129e43a1b57 (diff) | |
Temporarily disable tests which use selectedIndexes()
It is to become a Q_PROPERTY.
Change-Id: Ie11b2c0c7884cd13bee24c30dd474aece09ede4f
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
| -rw-r--r-- | tests/auto/controls/data/tst_treeview.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/controls/data/tst_treeview.qml b/tests/auto/controls/data/tst_treeview.qml index 101c42396..a95547392 100644 --- a/tests/auto/controls/data/tst_treeview.qml +++ b/tests/auto/controls/data/tst_treeview.qml @@ -329,7 +329,7 @@ Item { tree.destroy() } - function test_selection_singleSelection() + function disabled_selection_singleSelection() { var component = Qt.createComponent("treeview/treeview_1.qml") compare(component.status, Component.Ready) @@ -458,7 +458,7 @@ Item { tree.destroy() } - function test_selection_multiSelection() + function disabled_selection_multiSelection() { var component = Qt.createComponent("treeview/treeview_1.qml") compare(component.status, Component.Ready) @@ -569,7 +569,7 @@ Item { tree.destroy() } - function test_selection_extendedSelection() + function disabled_selection_extendedSelection() { var component = Qt.createComponent("treeview/treeview_1.qml") compare(component.status, Component.Ready) @@ -657,7 +657,7 @@ Item { tree.destroy() } - function test_selection_contiguousSelection() + function disabled_selection_contiguousSelection() { var component = Qt.createComponent("treeview/treeview_1.qml") compare(component.status, Component.Ready) |
