summaryrefslogtreecommitdiff
path: root/sax/qa/data
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2016-06-06 03:07:35 +0530
committerMichael Meeks <michael.meeks@collabora.com>2016-06-15 17:08:14 +0100
commit8f75eeebbf354ef58d3d0ced6ea1c2d8df89e64f (patch)
tree01d9f587b299cfc9ae098a1077a9f264a97aa8c2 /sax/qa/data
parent384c75b7e8b50a64a1c0e8fd1ffef1350e2522d2 (diff)
GSoC: sax2/ unit tests:
Parsed the same test files using XFastParser and built string, we asssert that both the strings built from XParser and XFastParser are identical. Change-Id: Ie1e0dc6b676ca32dd10d75c3cb272b5c8b795ab7
Diffstat (limited to 'sax/qa/data')
-rw-r--r--sax/qa/data/nestedns.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/qa/data/nestedns.xml b/sax/qa/data/nestedns.xml
index 33170592938c..18bc4ed34e60 100644
--- a/sax/qa/data/nestedns.xml
+++ b/sax/qa/data/nestedns.xml
@@ -18,7 +18,7 @@
<item xmlns="http://doesntexist.com/dailyuse/">
<Name>Philips Aqua Touch Shaver</Name>
<item xmlns="http://doesntexist.com/dailyuse/model/">
- <Model></Model>
+ <Model>AT890</Model>
<Price>$74</Price>
</item>
</item>