diff options
author | Honglei Zhang <honglei.zhang@nokia.com> | 2011-08-22 11:42:41 (GMT) |
---|---|---|
committer | Honglei Zhang <honglei.zhang@nokia.com> | 2011-08-24 11:20:20 (GMT) |
commit | 33f65993866e3eb2a80001f1b53f38dbfc7017ce (patch) | |
tree | a55a42043aca2435a80f5270331e0c2c1ed94495 /tests/auto/qxmlstream/test.xml | |
parent | 49dd6e2978759a3fc46016d82a46d8ee8b609221 (diff) | |
download | Qt-33f65993866e3eb2a80001f1b53f38dbfc7017ce.zip Qt-33f65993866e3eb2a80001f1b53f38dbfc7017ce.tar.gz Qt-33f65993866e3eb2a80001f1b53f38dbfc7017ce.tar.bz2 |
Enable running of XQuery test suite
Some xmlpatterns auto test cases are still using old script. And some
small bugs in test driver prevent the XQuery test suite testing. This
commit updated the out-of-date scripts and fixes couple of bugs in test
driver.
Task-number: QTBUG-16028
Reviewed-by: Dmitry Trofimov
Diffstat (limited to 'tests/auto/qxmlstream/test.xml')
-rw-r--r-- | tests/auto/qxmlstream/test.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/test.xml b/tests/auto/qxmlstream/test.xml new file mode 100644 index 0000000..797fd3b --- /dev/null +++ b/tests/auto/qxmlstream/test.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<circle radius="4"/> + |