summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-04-04 05:21:59 (GMT)
committerBea Lam <bea.lam@nokia.com>2011-04-04 05:22:37 (GMT)
commitfd1e840eba4567e67b55a00f7f761fc9815eaa47 (patch)
treee099c46f1399058b23bcb0aa7885910015e94d65 /tests
parent4391e2a1c35a53cc5f116926a1e5177e9ee4f51e (diff)
downloadQt-fd1e840eba4567e67b55a00f7f761fc9815eaa47.zip
Qt-fd1e840eba4567e67b55a00f7f761fc9815eaa47.tar.gz
Qt-fd1e840eba4567e67b55a00f7f761fc9815eaa47.tar.bz2
Fix failing autotest
Caused by 4391e2a1c35a53cc5f116926a1e5177e9ee4f51e
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp2
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 af54008..a0e2547 100644
--- a/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp
+++ b/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp
@@ -418,7 +418,7 @@ void tst_qdeclarativexmllistmodel::headers()
QTRY_COMPARE(model->status(), QDeclarativeXmlListModel::Ready);
QVariantMap expectedHeaders;
- expectedHeaders["Accept"] = "application/xml";
+ expectedHeaders["Accept"] = "application/xml,*/*";
QCOMPARE(factory.lastSentHeaders.count(), expectedHeaders.count());
foreach (const QString &header, expectedHeaders.keys()) {