summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-08-29 13:30:31 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-08-31 12:47:18 (GMT)
commit43669c58027b9e6ba76b6b2ca6059ab3d9e8c0ea (patch)
treec4937aed571934a389e99486c05b9c5f174bfff7
parent4b6d972d805c9e0c2c46e82871229751280d43ee (diff)
downloadQt-43669c58027b9e6ba76b6b2ca6059ab3d9e8c0ea.zip
Qt-43669c58027b9e6ba76b6b2ca6059ab3d9e8c0ea.tar.gz
Qt-43669c58027b9e6ba76b6b2ca6059ab3d9e8c0ea.tar.bz2
Mark updateAndelete as XFAIL on Lion and above.
It fails on Mountain Lion as well. Change-Id: I9841e857c1746ed69ccad9dfccf3fb9135e6abde Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
-rw-r--r--tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
index bb4f3ab..715613f 100644
--- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
+++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
@@ -3388,7 +3388,7 @@ void tst_QGraphicsProxyWidget::updateAndDelete()
proxy->update();
proxy->hide();
#ifdef Q_OS_MAC
- if (QSysInfo::MacintoshVersion == QSysInfo::MV_LION) {
+ if (QSysInfo::MacintoshVersion >= QSysInfo::MV_LION) {
QEXPECT_FAIL("", "QTBUG-26801", Abort);
}
#endif