Remove pointless QVERIFY(1) calls in QPainter test
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 26 Oct 2011 06:46:06 +0000 (16:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 27 Oct 2011 09:14:53 +0000 (11:14 +0200)
Change-Id: Iae5fcb9fa7dc64ed2d2bd369dbe689c5136ad283
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/gui/painting/qpainter/tst_qpainter.cpp

index e8e3f99..52a7d6f 100644 (file)
@@ -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<QFont>("font");
     QTest::addColumn<QPen>("pen");
     QTest::addColumn<QBrush>("brush");