From 919c5982b83450eb82d5f5ad2c6790a8b70fe64e Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Wed, 26 Oct 2011 16:46:06 +1000 Subject: [PATCH] Remove pointless QVERIFY(1) calls in QPainter test Change-Id: Iae5fcb9fa7dc64ed2d2bd369dbe689c5136ad283 Reviewed-by: Rohan McGovern --- tests/auto/gui/painting/qpainter/tst_qpainter.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/gui/painting/qpainter/tst_qpainter.cpp b/tests/auto/gui/painting/qpainter/tst_qpainter.cpp index e8e3f99..52a7d6f 100644 --- a/tests/auto/gui/painting/qpainter/tst_qpainter.cpp +++ b/tests/auto/gui/painting/qpainter/tst_qpainter.cpp @@ -378,7 +378,6 @@ void tst_QPainter::cleanup() */ void tst_QPainter::qt_format_text_clip() { - QVERIFY(1); QSKIP("Needs fixing..."); QWidget *w = new QWidget( 0 ); @@ -512,7 +511,6 @@ void tst_QPainter::qt_format_text_clip() */ void tst_QPainter::qt_format_text_boundingRect() { - QVERIFY(1); QSKIP("Needs fixing..."); { @@ -784,8 +782,6 @@ void tst_QPainter::drawPixmap_comp() void tst_QPainter::saveAndRestore_data() { - QVERIFY(1); - QTest::addColumn("font"); QTest::addColumn("pen"); QTest::addColumn("brush"); -- 2.7.4