From 5fac6d6fda04924b03f6a5651933f0c055d0df23 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 29 Jan 2018 12:31:20 -0800 Subject: 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 --- tests/auto/qxmlquery/BLACKLIST | 3 +++ tests/auto/qxmlquery/pushBaselines/allAtomics.ref | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tests/auto/qxmlquery/BLACKLIST 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() -- cgit v1.2.1