1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

had to fix generation and rebuild. the testapi found a bug in the last

* gentest.py testapi.c: had to fix generation and rebuild.
* valid.c: the testapi found a bug in the last code of course !
Daniel
This commit is contained in:
Daniel Veillard
2005-01-26 00:04:52 +00:00
parent 2ae13382c3
commit c394f73476
4 changed files with 11 additions and 2 deletions

View File

@@ -24401,6 +24401,7 @@ test_xmlNewDocElementContent(void) {
type = gen_xmlElementContentType(n_type, 2);
ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;
desret_xmlElementContentPtr(ret_val);
call_tests++;
des_xmlDocPtr(n_doc, doc, 0);