Searched refs:testsuite (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-xinclude-test-suite.py10 # the testsuite description
193 testsuite = conf.getRootElement() variable
194 if testsuite.name != 'testsuite':
198 profile = testsuite.prop('PROFILE')
204 case = testsuite.children
H A Dcheck-xml-test-suite.py15 # the testsuite description
52 # Used to load the XML testsuite description
381 testsuite = conf.getRootElement() variable
382 if testsuite.name != 'TESTSUITE':
386 profile = testsuite.prop('PROFILE')
392 case = testsuite.children
H A Dcheck-relaxng-test-suite.py17 # the testsuite description
365 testsuite = libxml2.parseFile(CONF) variable
367 root = testsuite.getRootElement()
372 print "Running Relax NG testsuite"
384 testsuite.freeDoc()
H A Dcheck-relaxng-test-suite2.py16 # the testsuite description
18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
378 testsuite = libxml2.parseFile(CONF) variable
390 root = testsuite.getRootElement()
395 print "Running Relax NG testsuite"
408 testsuite.freeDoc()
H A Dcheck-xsddata-test-suite.py17 # the testsuite description
383 testsuite = libxml2.parseFile(CONF) variable
395 root = testsuite.getRootElement()
400 print "Running Relax NG testsuite"
410 testsuite.freeDoc()

Completed in 83 milliseconds