aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-09-20 13:56:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-20 05:59:47 +0200
commit466f6fc395dc49370dba0f60c8289a57cbc86aa5 (patch)
tree56f610c9ad7ab3a0307b6e1b887fcdd2f54ec6ff /tests
parente587f86d0b89c1b3a84199144d92b568d9daf220 (diff)
Remove QEXPECT_FAIL from QSGVisualDataModel test.
QTBUG-21416 has been resolved. Task-number: QTBUG-21416 Change-Id: Ia8df8431bf429ff1c9d7956b9ed0ea9b95102549 Reviewed-on: http://codereview.qt-project.org/5185 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp
index d1dc6c97b9..61a63147b5 100644
--- a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp
+++ b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp
@@ -278,9 +278,6 @@ void tst_qsgvisualdatamodel::childChanged()
QSGText *name = findItem<QSGText>(contentItem, "display", 0);
QVERIFY(name);
-#ifdef Q_WS_QPA
- QEXPECT_FAIL("", "QTBUG-21416 fails", Abort);
-#endif
QCOMPARE(name->text(), QString("Row 2 Child Item"));
model.item(1,0)->child(0,0)->setText("Row 2 updated child");