aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-08-04 15:29:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-08-04 15:29:44 +0000
commitd7af555327843a9938a913205ac703c13c225603 (patch)
tree36df754671ad505d44747456bb3b2247c8a1d22c /result
parentae0765b6819c77aae2638b40735f354b05b9c150 (diff)
downloadandroid_external_libxml2-d7af555327843a9938a913205ac703c13c225603.tar.gz
android_external_libxml2-d7af555327843a9938a913205ac703c13c225603.tar.bz2
android_external_libxml2-d7af555327843a9938a913205ac703c13c225603.zip
rewrite the URI parser to update to rfc3986 (from 2396) removed the error
* uri.c include/libxml/uri.h: rewrite the URI parser to update to rfc3986 (from 2396) * test/errors/webdav.xml result/errors/webdav.xml*: removed the error test, 'DAV:' is a correct URI under 3986 * Makefile.am: small cleanup in make check Daniel svn path=/trunk/; revision=3763
Diffstat (limited to 'result')
-rw-r--r--result/errors/webdav.xml8
-rw-r--r--result/errors/webdav.xml.err15
-rw-r--r--result/errors/webdav.xml.str16
3 files changed, 0 insertions, 39 deletions
diff --git a/result/errors/webdav.xml b/result/errors/webdav.xml
deleted file mode 100644
index 26462196..00000000
--- a/result/errors/webdav.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<propfind xmlns="DAV:"><prop>
-<getcontentlength xmlns="DAV:"/>
-<getlastmodified xmlns="DAV:"/>
-<displayname xmlns="DAV:"/>
-<executable xmlns="http://apache.org/dav/props/"/>
-<resourcetype xmlns="DAV:"/>
-</prop></propfind>
diff --git a/result/errors/webdav.xml.err b/result/errors/webdav.xml.err
deleted file mode 100644
index 34bc8714..00000000
--- a/result/errors/webdav.xml.err
+++ /dev/null
@@ -1,15 +0,0 @@
-./test/errors/webdav.xml:2: namespace error : xmlns: 'DAV:' is not a valid URI
-<propfind xmlns="DAV:"><prop>
- ^
-./test/errors/webdav.xml:3: namespace error : xmlns: 'DAV:' is not a valid URI
-<getcontentlength xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:4: namespace error : xmlns: 'DAV:' is not a valid URI
-<getlastmodified xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:5: namespace error : xmlns: 'DAV:' is not a valid URI
-<displayname xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:7: namespace error : xmlns: 'DAV:' is not a valid URI
-<resourcetype xmlns="DAV:"/>
- ^
diff --git a/result/errors/webdav.xml.str b/result/errors/webdav.xml.str
deleted file mode 100644
index 15eed0aa..00000000
--- a/result/errors/webdav.xml.str
+++ /dev/null
@@ -1,16 +0,0 @@
-./test/errors/webdav.xml:2: namespace error : xmlns: 'DAV:' is not a valid URI
-<propfind xmlns="DAV:"><prop>
- ^
-./test/errors/webdav.xml:3: namespace error : xmlns: 'DAV:' is not a valid URI
-<getcontentlength xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:4: namespace error : xmlns: 'DAV:' is not a valid URI
-<getlastmodified xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:5: namespace error : xmlns: 'DAV:' is not a valid URI
-<displayname xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml:7: namespace error : xmlns: 'DAV:' is not a valid URI
-<resourcetype xmlns="DAV:"/>
- ^
-./test/errors/webdav.xml : failed to parse