1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

more RelaxNG bug hunting Daniel

* relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
Daniel
This commit is contained in:
Daniel Veillard
2003-02-17 23:34:33 +00:00
parent 416589ae78
commit 2df2de225a
3 changed files with 71 additions and 36 deletions

View File

@ -14,7 +14,6 @@ CONF="test/relaxng/OASIS/spectest.xml"
LOG="check-relaxng-test-suite.log"
RES="relaxng-test-results.xml"
log = open(LOG, "w")
nb_schemas_tests = 0
nb_schemas_success = 0