summaryrefslogtreecommitdiff
path: root/gentest.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-08 17:16:15 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-08 17:16:15 +0000
commit6128c01ca6a5c1d67970b44cd11aa95a392d8a2d (patch)
tree015a5155fd444774b17a74abdf1416283c6037e6 /gentest.py
parentc831149aa49adfd07f27b694d93134f83b1068ae (diff)
downloadlibxml2-6128c01ca6a5c1d67970b44cd11aa95a392d8a2d.tar.gz
better parser options coverage more cleanups. Daniel
* gentest.py testapi.c: better parser options coverage * SAX2.c xpath.c: more cleanups. Daniel
Diffstat (limited to 'gentest.py')
-rwxr-xr-xgentest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gentest.py b/gentest.py
index c0bba903..b77b8857 100755
--- a/gentest.py
+++ b/gentest.py
@@ -278,6 +278,9 @@ def type_convert(str, name, info, module, function, pos):
res = 'const_char_ptr_ptr'
if res == 'FILE_ptr' and module == 'debugXML':
res = 'debug_FILE_ptr';
+ if res == 'int' and name == 'options':
+ if module == 'parser' or module == 'xmlreader':
+ res = 'parseroptions'
return res