summaryrefslogtreecommitdiff
path: root/gentest.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-26 10:47:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-26 10:47:26 +0000
commit29614c7040e9fd01d2d342a96b62c18a11d0b499 (patch)
tree624d9c05a8f519af975abfd11c41686c8bf418fa /gentest.py
parent6bb3e86d2c0421d4b3b078ee27cd949865a0cb3f (diff)
downloadlibxml2-29614c7040e9fd01d2d342a96b62c18a11d0b499.tar.gz
make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog
* HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog resolution. * gentest.py testapi.c: fix a side effect wrning of the change Daniel
Diffstat (limited to 'gentest.py')
-rwxr-xr-xgentest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentest.py b/gentest.py
index b7891338..fb37eda4 100755
--- a/gentest.py
+++ b/gentest.py
@@ -165,7 +165,7 @@ skipped_memcheck = [ "xmlLoadCatalog", "xmlAddEncodingAlias",
"xmlCatalogRemove", "xmlLoadCatalogs", "xmlCleanupCharEncodingHandlers",
"xmlInitCharEncodingHandlers", "xmlCatalogCleanup",
"xmlSchemaGetBuiltInType",
- "htmlParseFile", # loads the catalogs
+ "htmlParseFile", "htmlCtxtReadFile" # loads the catalogs
]
#