aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
commit373345764b92c5959154ec233163a2a64a775863 (patch)
tree83e8d2fe706e4825f74942062c35498d8d1669bb /result
parent09459bf1078992a5dea8c1bbef4919b90bc25218 (diff)
downloadandroid_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.gz
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.bz2
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.zip
added a skipped list, insert rmt-ns10-035 improve 'make check' clean up
* runxmlconf.c: added a skipped list, insert rmt-ns10-035 * Makefile.am: improve 'make check' * include/libxml/xmlerror.h parser.c: clean up namespace errors checking and reporting, errors when a document is labelled as UTF-16 while it is parsed as UTF-8 and no encoding was given explicitely. * result/errors/webdav.xml.*: some warnings are no recategorized as Namespace errors Daniel svn path=/trunk/; revision=3761
Diffstat (limited to 'result')
-rw-r--r--result/errors/webdav.xml.err10
-rw-r--r--result/errors/webdav.xml.str11
2 files changed, 11 insertions, 10 deletions
diff --git a/result/errors/webdav.xml.err b/result/errors/webdav.xml.err
index a7224547..34bc8714 100644
--- a/result/errors/webdav.xml.err
+++ b/result/errors/webdav.xml.err
@@ -1,15 +1,15 @@
-./test/errors/webdav.xml:2: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:2: namespace error : xmlns: 'DAV:' is not a valid URI
<propfind xmlns="DAV:"><prop>
^
-./test/errors/webdav.xml:3: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:3: namespace error : xmlns: 'DAV:' is not a valid URI
<getcontentlength xmlns="DAV:"/>
^
-./test/errors/webdav.xml:4: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:4: namespace error : xmlns: 'DAV:' is not a valid URI
<getlastmodified xmlns="DAV:"/>
^
-./test/errors/webdav.xml:5: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:5: namespace error : xmlns: 'DAV:' is not a valid URI
<displayname xmlns="DAV:"/>
^
-./test/errors/webdav.xml:7: parser warning : xmlns: DAV: not a valid URI
+./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
index a7224547..15eed0aa 100644
--- a/result/errors/webdav.xml.str
+++ b/result/errors/webdav.xml.str
@@ -1,15 +1,16 @@
-./test/errors/webdav.xml:2: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:2: namespace error : xmlns: 'DAV:' is not a valid URI
<propfind xmlns="DAV:"><prop>
^
-./test/errors/webdav.xml:3: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:3: namespace error : xmlns: 'DAV:' is not a valid URI
<getcontentlength xmlns="DAV:"/>
^
-./test/errors/webdav.xml:4: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:4: namespace error : xmlns: 'DAV:' is not a valid URI
<getlastmodified xmlns="DAV:"/>
^
-./test/errors/webdav.xml:5: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:5: namespace error : xmlns: 'DAV:' is not a valid URI
<displayname xmlns="DAV:"/>
^
-./test/errors/webdav.xml:7: parser warning : xmlns: DAV: not a valid URI
+./test/errors/webdav.xml:7: namespace error : xmlns: 'DAV:' is not a valid URI
<resourcetype xmlns="DAV:"/>
^
+./test/errors/webdav.xml : failed to parse