diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp index 5f6884b2b93cf05da19df03f82cffed861bcf914..015c47712af02bcbd65ae02f7d52bd6bd3ead7ae 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);