summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter
diff options
context:
space:
mode:
authorLiang QI <liang.qi@nokia.com>2009-10-14 10:01:04 +0200
committerLiang QI <liang.qi@nokia.com>2009-10-14 10:01:04 +0200
commita98075a4f5795b3f84cd6bb028f80e84f5e6d00b (patch)
treef803f4ae537bb65dde3c0e3234244b62d9c76ffd /tests/auto/qpainter
parent47a2215b0e6fb3e588b2dd4824b9a9951fcae413 (diff)
Fix the autotest for S60, skip tst_QPainter::drawClippedEllipse().
RevBy: Janne Anttila
Diffstat (limited to 'tests/auto/qpainter')
-rw-r--r--tests/auto/qpainter/tst_qpainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpainter/tst_qpainter.cpp b/tests/auto/qpainter/tst_qpainter.cpp
index 9515d87638..e4f267d584 100644
--- a/tests/auto/qpainter/tst_qpainter.cpp
+++ b/tests/auto/qpainter/tst_qpainter.cpp
@@ -1554,7 +1554,7 @@ void tst_QPainter::drawClippedEllipse_data()
void tst_QPainter::drawClippedEllipse()
{
QFETCH(QRect, rect);
-#if defined(Q_OS_WINCE)
+#if defined(Q_OS_WINCE) || defined(Q_OS_SYMBIAN)
if (sizeof(qreal) != sizeof(double))
QSKIP("Test only works for qreal==double", SkipAll);
#endif