aboutsummaryrefslogtreecommitdiffstats
path: root/check-relaxng-test-suite.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-18 21:12:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-18 21:12:46 +0000
commitd431074c46d3b056b88c1be778960cb5ce43fe0f (patch)
treef188b2118a8243f5028be0a059b6c6baf4ffdd07 /check-relaxng-test-suite.py
parent2df2de225aeb241cbf7eb895698498ef3366d5d4 (diff)
downloadandroid_external_libxml2-d431074c46d3b056b88c1be778960cb5ce43fe0f.tar.gz
android_external_libxml2-d431074c46d3b056b88c1be778960cb5ce43fe0f.tar.bz2
android_external_libxml2-d431074c46d3b056b88c1be778960cb5ce43fe0f.zip
float/double check bugfix exported a function for NMTOKEN validation add a
* xmlschemastypes.c: float/double check bugfix * tree.c include/libxml/tree.h: exported a function for NMTOKEN validation * xmlreader.c: add a TODO for Jody * relaxng.c: bugfix bugfix bugfix found 373 test schemas: 300 success 73 failures found 529 test instances: 507 success 10 failures * result/relaxng/*: updated the results Daniel
Diffstat (limited to 'check-relaxng-test-suite.py')
-rwxr-xr-xcheck-relaxng-test-suite.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/check-relaxng-test-suite.py b/check-relaxng-test-suite.py
index 7eba5311..3cd328a6 100755
--- a/check-relaxng-test-suite.py
+++ b/check-relaxng-test-suite.py
@@ -7,6 +7,8 @@ import StringIO
sys.path.append("python")
import libxml2
+debug = 0
+
#
# the testsuite description
#
@@ -256,6 +258,8 @@ def handle_testCase(node):
nb_schemas_tests, node.lineNo()))
resources = {}
+ if debug:
+ print "test %d line %d" % (nb_schemas_tests, node.lineNo())
dirs = node.xpathEval('dir')
for dir in dirs: