summaryrefslogtreecommitdiff
path: root/python/tests/error.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-19 14:26:34 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-19 14:26:34 +0000
commit05bcb7ed305d8c4cdd6dc16a28e69ed39e394040 (patch)
tree60db029b49dd9cd0ef8ea07d5313368c40094b55 /python/tests/error.py
parenta840b69261c44760d45370bef989c77f84727406 (diff)
downloadlibxml2-05bcb7ed305d8c4cdd6dc16a28e69ed39e394040.tar.gz
fixed to not send NULL to %s printing cleaning up some of the regression
* HTMLparser.c: fixed to not send NULL to %s printing * python/tests/error.py result/HTML/doc3.htm.err result/HTML/test3.html.err result/HTML/wired.html.err result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning up some of the regression tests error Daniel
Diffstat (limited to 'python/tests/error.py')
-rwxr-xr-xpython/tests/error.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/error.py b/python/tests/error.py
index cc771de1..150f379b 100755
--- a/python/tests/error.py
+++ b/python/tests/error.py
@@ -9,7 +9,7 @@ import libxml2
# Memory debug specific
libxml2.debugMemory(1)
-expect='--> warning: --> failed to load external entity "missing.xml"\n'
+expect='--> I/O --> warning : --> failed to load external entity "missing.xml"\n'
err=""
def callback(ctx, str):
global err