diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-26 17:01:33 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-27 10:28:40 +1000 |
commit | 69e8deed8a2b9f754f84c877b2aa704096933d7e (patch) | |
tree | b18f995f6d8640330b4dd9d09ee323127528771e /tests/auto/qxmlquery | |
parent | 42939821c51a82c80432ac7a63c91c0ea41add98 (diff) | |
download | qtxmlpatterns-69e8deed8a2b9f754f84c877b2aa704096933d7e.tar.gz |
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
(cherry picked from commit 237c620f6355fc81e85e65b9fd61249b0f77df5a)
Diffstat (limited to 'tests/auto/qxmlquery')
-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() |