aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-05-19 13:59:40 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2011-05-19 13:59:40 +1000
commitaf5facf92d521cbfca9ceed50cce4b39b8f3d304 (patch)
tree607679ea7019065fd0c3b1b0b2d8a76fa4f8d0f0 /tests
parentacbc84876a39380982848036ff0f9eaadd6a0593 (diff)
Remove QEXPECT_FAIL from QSGTextInput test.
The QSGPaintedItem::setContentSize() function has now been implemented. Change-Id: I620824073143de5e50c8ce2e4f886dc60dd79e64
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp1
1 files changed, 0 insertions, 1 deletions
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);