Remove QEXPECT_FAIL from QSGTextInput test.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 19 May 2011 03:59:40 +0000 (13:59 +1000)
committerAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 19 May 2011 03:59:40 +0000 (13:59 +1000)
The QSGPaintedItem::setContentSize() function has now been implemented.

Change-Id: I620824073143de5e50c8ce2e4f886dc60dd79e64

tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp

index 5f6884b..015c477 100644 (file)
@@ -1611,7 +1611,6 @@ void tst_qsgtextinput::passwordCharacter()
     qreal implicitWidth = textInput->implicitWidth();
     textInput->setPasswordCharacter(".");
 
-    QEXPECT_FAIL("", "QSGPaintedItem::contentSize()/setContentSize() not implemented", Continue);
     // QTBUG-12383 content is updated and redrawn
     QVERIFY(contentsSize != textInput->contentsSize());
     QVERIFY(textInput->implicitWidth() < implicitWidth);