Skip autotest that is broken with Qt 5.5

Eike Hein said this was fixed by David Rosca in Qt >= 5.6.1.

CCMAIL: plasma-devel@kde.org
This commit is contained in:
David Faure 2016-08-07 13:23:43 +02:00
parent 4db599dcf8
commit 8abeceaffd

View File

@ -37,6 +37,9 @@ void DialogStateTest::cleanupTestCase()
void DialogStateTest::windowState()
{
#if QT_VERSION < QT_VERSION_CHECK(5, 6, 0)
QSKIP("This test is broken with Qt 5.5");
#endif
for (int i = 0; i <= 100; ++i) {
m_dialog->show();