From af5facf92d521cbfca9ceed50cce4b39b8f3d304 Mon Sep 17 00:00:00 2001
From: Andrew den Exter <andrew.den-exter@nokia.com>
Date: Thu, 19 May 2011 13:59:40 +1000
Subject: [PATCH] Remove QEXPECT_FAIL from QSGTextInput test.

The QSGPaintedItem::setContentSize() function has now been implemented.

Change-Id: I620824073143de5e50c8ce2e4f886dc60dd79e64
---
 tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp | 1 -
 1 file changed, 1 deletion(-)

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