From 466f6fc395dc49370dba0f60c8289a57cbc86aa5 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Tue, 20 Sep 2011 13:56:42 +1000 Subject: [PATCH] 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 --- .../qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp | 3 --- 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 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"); -- 1.7.2.5