summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-26 16:46:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-27 11:14:53 +0200
commit919c5982b83450eb82d5f5ad2c6790a8b70fe64e (patch)
treebf359e006c47b5052ea04d200c8123d2dd827cb7 /tests/auto
parente822eb1a658346165ed1923f667cdc7232f5d4c2 (diff)
Remove pointless QVERIFY(1) calls in QPainter test
Change-Id: Iae5fcb9fa7dc64ed2d2bd369dbe689c5136ad283 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/gui/painting/qpainter/tst_qpainter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/gui/painting/qpainter/tst_qpainter.cpp b/tests/auto/gui/painting/qpainter/tst_qpainter.cpp
index e8e3f998e0..52a7d6fbfb 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<QFont>("font");
QTest::addColumn<QPen>("pen");
QTest::addColumn<QBrush>("brush");