diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-19 02:54:59 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-19 02:54:59 (GMT) |
commit | 36c51fe5229580ddaef7b7feb23822ecb775bffc (patch) | |
tree | 085f2aaed4f500c7bf5d239b06825b22becd866b | |
parent | a0973fe3b88dbef39e42da584e63a210693342ee (diff) | |
download | Qt-36c51fe5229580ddaef7b7feb23822ecb775bffc.zip Qt-36c51fe5229580ddaef7b7feb23822ecb775bffc.tar.gz Qt-36c51fe5229580ddaef7b7feb23822ecb775bffc.tar.bz2 |
Bug moved.
-rw-r--r-- | tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp b/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp index 831e318..4173a44 100644 --- a/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp +++ b/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp @@ -238,7 +238,7 @@ void tst_qdeclarativexmllistmodel::roleErrors() QCOMPARE(data.value(Qt::UserRole+1), QVariant()); QCOMPARE(data.value(Qt::UserRole+2), QVariant()); - QEXPECT_FAIL("", "QT-2456", Continue); + QEXPECT_FAIL("", "QTBUG-10797", Continue); QCOMPARE(data.value(Qt::UserRole+3), QVariant()); delete model; |