test: Remove QSKIP from tst_QListView::setCurrentIndexAfterAppendRowCrash

Change-Id: I8d48722b412895e43aa8a522354c5d67d83c19dd
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
Sergio Ahumada 2012-10-29 23:27:51 +01:00 committed by The Qt Project
parent 03cd922e31
commit 792eb1029d

View File

@ -115,7 +115,9 @@ private slots:
void scrollBarAsNeeded();
void moveItems();
void wordWrap();
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) && WINVER >= 0x0500
void setCurrentIndexAfterAppendRowCrash();
#endif
void emptyItemSize();
void task203585_selectAll();
void task228566_infiniteRelayout();
@ -1510,15 +1512,14 @@ private:
};
#endif
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) && WINVER >= 0x0500
// This test only makes sense on windows 2000 and higher.
void tst_QListView::setCurrentIndexAfterAppendRowCrash()
{
#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) && WINVER >= 0x0500
SetCurrentIndexAfterAppendRowCrashDialog w;
w.exec();
#else
QSKIP("This test only makes sense on windows 2000 and higher.");
#endif
}
#endif
void tst_QListView::emptyItemSize()
{