From fac021ba418c1082dd8cab4974b8425a32fd0f6a Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 5 Feb 2010 11:16:40 +1000 Subject: Add a QEXPECT_FAIL for known bug. --- tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp b/tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp index af4bcda..8e97b7c 100644 --- a/tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp +++ b/tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp @@ -171,6 +171,8 @@ void tst_qmlxmllistmodel::roleErrors() QCOMPARE(data.value(Qt::UserRole), QVariant()); QCOMPARE(data.value(Qt::UserRole+1), QVariant()); QCOMPARE(data.value(Qt::UserRole+2), QVariant()); + + QEXPECT_FAIL("", "QT-2456", Continue); QCOMPARE(data.value(Qt::UserRole+3), QVariant()); delete listModel; -- cgit v0.12