summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-01-29 12:31:20 -0800
committerThiago Macieira <thiago.macieira@intel.com>2018-02-04 18:32:38 +0000
commit5fac6d6fda04924b03f6a5651933f0c055d0df23 (patch)
treebab18442040ccefc75855df62e2b60576f0a0b42
parenta67c761d96dbfe78a63b12d48445091aa58edf35 (diff)
downloadqtxmlpatterns-5fac6d6fda04924b03f6a5651933f0c055d0df23.tar.gz
Update XML Query baseline after QVariant stringification of QDateTime
QVariant (since qtbase commit ab1e50757454b5afda2f6dec52d2eb16a32d4798, reverted but will be brought back) will use milliseconds in the string form, to retain the ability to convert back to the original QDateTime. Task-number: QTBUG-66030 Change-Id: I41d006aac5bc48529845fffd150e62111a19a10e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--tests/auto/qxmlquery/BLACKLIST3
-rw-r--r--tests/auto/qxmlquery/pushBaselines/allAtomics.ref2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qxmlquery/BLACKLIST b/tests/auto/qxmlquery/BLACKLIST
new file mode 100644
index 0000000..f708994
--- /dev/null
+++ b/tests/auto/qxmlquery/BLACKLIST
@@ -0,0 +1,3 @@
+[evaluateToReceiver:allAtomics.xq]
+# Temporarily, until qt5.git integrates
+*
diff --git a/tests/auto/qxmlquery/pushBaselines/allAtomics.ref b/tests/auto/qxmlquery/pushBaselines/allAtomics.ref
index 77aceaa..71ecaaa 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:11Z)
+atomicValue(2002-10-10T23:02:11.000Z)
atomicValue(2002-10-10)
atomicValue()
atomicValue()