Re-enabled passing tests in tst_qlistview

To increase the effective test coverage, this patch
re-enables the tst_qlistview test case as such, and
instead disables only the test functions that are currently
failing in CI.

Task-number: QTBUG-22453
Change-Id: I029be60c16cdff5ee3e38889d2780f1ee7d01b51
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Jo Asplin 2011-11-01 14:18:31 +01:00 committed by Qt by Nokia
parent e71ac20d0f
commit 24971fbef0
2 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,3 @@ TARGET = tst_qlistview
QT += widgets gui-private testlib
SOURCES += tst_qlistview.cpp
win32:!wince*: LIBS += -luser32
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test

View File

@ -1869,6 +1869,7 @@ void tst_QListView::taskQTBUG_2233_scrollHiddenItems()
QApplication::processEvents();
QTest::qWait(50);
QCOMPARE(bar->value(), bar->maximum());
QEXPECT_FAIL("LeftToRight", "QTBUG-21833", Abort);
QCOMPARE(bar->maximum(), rowCount/4 - nbVisibleItem);
}