diff options
author | Mohammed Abdul Azeem <azeemmysore@gmail.com> | 2016-06-06 03:07:35 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-06-15 17:08:14 +0100 |
commit | 8f75eeebbf354ef58d3d0ced6ea1c2d8df89e64f (patch) | |
tree | 01d9f587b299cfc9ae098a1077a9f264a97aa8c2 /sax/qa/data | |
parent | 384c75b7e8b50a64a1c0e8fd1ffef1350e2522d2 (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.xml | 2 |
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> |