diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-26 07:01:33 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-27 00:25:52 (GMT) |
commit | 237c620f6355fc81e85e65b9fd61249b0f77df5a (patch) | |
tree | cf55681cd62031f683b84de655b35e415a53a0ce /tests | |
parent | 59852c9a855e6b9963c27c9a028faf6d23ea9974 (diff) | |
download | Qt-237c620f6355fc81e85e65b9fd61249b0f77df5a.zip Qt-237c620f6355fc81e85e65b9fd61249b0f77df5a.tar.gz Qt-237c620f6355fc81e85e65b9fd61249b0f77df5a.tar.bz2 |
Fixed failure of tst_qxmlquery::evaluateToReceiver
Commit 8f95a19d330480bd86650c3d2e4e147d3bca5789 fixed the "missing Z"
of QDateTime::toString for Qt::ISODate (see QTBUG-9698). The testdata
for this test should have been updated at the same time, but it was
forgotten.
Reviewed-by: Jason McDonald
Change-Id: I9b03519805533665afac15e0c970ac1c9e5d9ab4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qxmlquery/pushBaselines/allAtomics.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qxmlquery/pushBaselines/allAtomics.ref b/tests/auto/qxmlquery/pushBaselines/allAtomics.ref index cceabfe..ddb5bc7 100644 --- a/tests/auto/qxmlquery/pushBaselines/allAtomics.ref +++ b/tests/auto/qxmlquery/pushBaselines/allAtomics.ref @@ -1,6 +1,6 @@ startOfSequence() atomicValue(xs:untypedAtomic) -atomicValue(2002-10-10T23:02:11) +atomicValue(2002-10-10T23:02:11Z) atomicValue(2002-10-10) atomicValue() atomicValue() |