From: Andrew den Exter Date: Tue, 20 Sep 2011 03:56:42 +0000 (+1000) Subject: Remove QEXPECT_FAIL from QSGVisualDataModel test. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=466f6fc395dc49370dba0f60c8289a57cbc86aa5;p=konrad%2Fqtdeclarative.git 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 Reviewed-by: Andrew den Exter --- diff --git a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp index d1dc6c9..61a6314 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(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");