summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@theqtcompany.com>2016-04-08 14:43:15 +0300
committerMilla Pohjanheimo <milla.pohjanheimo@theqtcompany.com>2016-04-11 04:58:54 +0000
commit726b6ee9b43652ef198a7df590b08e641dd69377 (patch)
tree78f02431704ad9ddf21d98ab1b8656a444d39572
parenta2963fe162921c0abb2116aec6263204954030ad (diff)
downloadqtquickcontrols-726b6ee9b43652ef198a7df590b08e641dd69377.tar.gz
Skipping quickcontrols: Test_TreeView::test_indexAt()
Because of bug QTBUG-47523 we need to skip this test until it is fixed properly. Remove the 'skip' after the bug is fixed. Task-number: QTBUG-47523 Change-Id: I4ba514ac7cc38026ced16f8e12bea6e8ac329818 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
-rw-r--r--tests/auto/controls/data/tst_treeview.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_treeview.qml b/tests/auto/controls/data/tst_treeview.qml
index d144b9c1..646066b5 100644
--- a/tests/auto/controls/data/tst_treeview.qml
+++ b/tests/auto/controls/data/tst_treeview.qml
@@ -751,6 +751,7 @@ Item {
}
function test_indexAt() {
+ skip("Fails because of bug QTBUG-47523")
if (Settings.hasTouchScreen)
skip("Fails with touch screens");
var component = Qt.createComponent("treeview/treeview_1.qml")