tests/auto/qpainterpath/tst_qpainterpath.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/tests/auto/qpainterpath/tst_qpainterpath.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/tests/auto/qpainterpath/tst_qpainterpath.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -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));