summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@theqtcompany.com>2015-10-08 11:09:51 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-10-08 10:00:23 +0000
commit3338de7bbe76bac44652c525003bc66b14ef16d4 (patch)
treec23d34ad46410dca70b8fd123d75e445b8bced2e
parent35affae0a748680d85133f9d8b7c588986e77c43 (diff)
Add baseline file for literalsequence.xq autotest.
d17eba9d34f412e592c3b049c6c14fd9ccada87b added literalsequence.xq, but forgot to add the baseline file. This probably passed in 5.5 because the test was run twice (because of flakyness): 1. The first pass it would fail (but generate the baseline). 2. The second pass it would succeed because the baseline was already there Change-Id: If40ee6c57e97cb4cffc959e0f6bb768e610a76d4 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
-rw-r--r--tests/auto/qxmlquery/pushBaselines/literalsequence.ref5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/pushBaselines/literalsequence.ref b/tests/auto/qxmlquery/pushBaselines/literalsequence.ref
new file mode 100644
index 00000000..a3371012
--- /dev/null
+++ b/tests/auto/qxmlquery/pushBaselines/literalsequence.ref
@@ -0,0 +1,5 @@
+startOfSequence()
+atomicValue(someString)
+atomicValue(a)
+atomicValue(b)
+endOfSequence()