diff -r b72c6db6890b -r 5dc02b23752f tests/auto/qpainterpath/tst_qpainterpath.cpp --- a/tests/auto/qpainterpath/tst_qpainterpath.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/tests/auto/qpainterpath/tst_qpainterpath.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -517,7 +517,6 @@ QTest::addColumn("elements"); QTest::newRow("rect") << rectPath(0, 0, 10, 10) << 5; - QTest::newRow("ellipse") << ellipsePath(0, 0, 10, 10) << 13; QPainterPath twoRects = rectPath(0, 0, 10, 10); twoRects.addPath(rectPath(5, 0, 10, 10));