From: Andrew den Exter Date: Thu, 19 May 2011 03:59:40 +0000 (+1000) Subject: Remove QEXPECT_FAIL from QSGTextInput test. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=af5facf92d521cbfca9ceed50cce4b39b8f3d304;p=konrad%2Fqtdeclarative.git Remove QEXPECT_FAIL from QSGTextInput test. The QSGPaintedItem::setContentSize() function has now been implemented. Change-Id: I620824073143de5e50c8ce2e4f886dc60dd79e64 --- diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp index 5f6884b..015c477 100644 --- a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp +++ b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp @@ -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);