From 90e9b73ee143e25b05b60f3f1e55d5d8be049d04 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Tue, 13 Sep 2011 13:26:40 +0200 Subject: [PATCH] Removed obsolete QEXPECT_FAIL This QEXPECT_FAIL is obsoleted by Commit 2cca7e0884a45c3a022609b2cb4efd381ee8d5a1 Change-Id: I97bf9d8f0db50435b785bb1d2e1d60369d67aad2 Reviewed-on: http://codereview.qt-project.org/4764 Reviewed-by: Qt Sanity Bot Reviewed-by: Matthew Cattell --- tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp b/tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp index e12b57bf72..444c7af493 100644 --- a/tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp +++ b/tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp @@ -860,10 +860,6 @@ void tst_QStyleSheetStyle::hoverColors() QTest::mouseMove ( widget, QPoint(5,5)); QTest::qWait(60); -#ifdef Q_WS_QPA - QEXPECT_FAIL("", "QCursor::setPos / QTest::mouseMove is not implemented on qpa", Abort); -#endif - QVERIFY(widget->testAttribute(Qt::WA_UnderMouse)); QImage image(frame.width(), frame.height(), QImage::Format_ARGB32);