Remove QEXPECT_FAIL from QSGVisualDataModel test.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Tue, 20 Sep 2011 03:56:42 +0000 (13:56 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 20 Sep 2011 03:59:47 +0000 (05:59 +0200)
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>

tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp

index d1dc6c9..61a6314 100644 (file)
@@ -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");