summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-13 13:26:40 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-14 05:06:28 +0200
commit90e9b73ee143e25b05b60f3f1e55d5d8be049d04 (patch)
tree113fc6b145edabafab653f3e5cdc26440d97857a
parent19c383c7bc951074cff88e420b4a71a3ca48dc96 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
-rw-r--r--tests/auto/qstylesheetstyle/tst_qstylesheetstyle.cpp4
1 files changed, 0 insertions, 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);