summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-02-05 01:16:40 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-02-05 01:16:40 (GMT)
commitfac021ba418c1082dd8cab4974b8425a32fd0f6a (patch)
treea1ae28f8504d967189d506f73fcaa6a1bdfbc3ea /tests
parent5a75e1254044b69ae34ff26d190d1b4cd410b73f (diff)
downloadQt-fac021ba418c1082dd8cab4974b8425a32fd0f6a.zip
Qt-fac021ba418c1082dd8cab4974b8425a32fd0f6a.tar.gz
Qt-fac021ba418c1082dd8cab4974b8425a32fd0f6a.tar.bz2
Add a QEXPECT_FAIL for known bug.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qmlxmllistmodel/tst_qmlxmllistmodel.cpp2
1 files changed, 2 insertions, 0 deletions
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;