tests/auto/qpainterpath/tst_qpainterpath.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- 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<int>("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));