aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:39:58 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:39:58 +1000
commitf526df4324f38f8dbbc72c9a4f3d48cef0ae3c03 (patch)
treea842f4b316a8cdd95eb5b2be95898ca928276f83
parent82fc4df25e8fad1380fcfb8290464dd544aa9020 (diff)
parentf153846b160fc6a18d513e492ed671aeb21a3061 (diff)
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into v8
-rw-r--r--tests/auto/declarative/qsglistview/tst_qsglistview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp
index e32353ad53..c2bcf6dd40 100644
--- a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp
+++ b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp
@@ -1186,6 +1186,8 @@ void tst_QSGListView::sectionsDelegate()
void tst_QSGListView::currentIndex()
{
+ QSKIP("QTBUG-20020", SkipAll);
+
TestModel model;
for (int i = 0; i < 30; i++)
model.addItem("Item" + QString::number(i), QString::number(i));