diff options
author | Liang QI <liang.qi@nokia.com> | 2009-10-14 08:01:04 (GMT) |
---|---|---|
committer | Liang QI <liang.qi@nokia.com> | 2009-10-14 08:01:04 (GMT) |
commit | a98075a4f5795b3f84cd6bb028f80e84f5e6d00b (patch) | |
tree | f803f4ae537bb65dde3c0e3234244b62d9c76ffd /tests/auto/qpainter | |
parent | 47a2215b0e6fb3e588b2dd4824b9a9951fcae413 (diff) | |
download | Qt-a98075a4f5795b3f84cd6bb028f80e84f5e6d00b.zip Qt-a98075a4f5795b3f84cd6bb028f80e84f5e6d00b.tar.gz Qt-a98075a4f5795b3f84cd6bb028f80e84f5e6d00b.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpainter/tst_qpainter.cpp b/tests/auto/qpainter/tst_qpainter.cpp index 9515d87..e4f267d 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 |