You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Juergen Hermann <j....@t-online.de> on 2001/09/06 20:01:16 UTC

OASIS test results

Hi!

I created a DTD for test results, it can be found at 

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyxml/test/xmlconf/testresults.dtd?rev=HEAD&content-type=text/vnd.viewcvs-markup

A typical result report looks like this:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE REPORT SYSTEM "testresults.dtd">
<REPORT DATE="2001-09-06 19:29:04" PROFILE="OASIS draft v1.0 Second Edition; with 15 March updates by Mary Brady)">
<PARSER>&lt;pirxx._pirxx.PyXMLReader object at 00870CA0&gt;</PARSER>
<HARNESS>sax2tests 1.5</HARNESS>
<MEMO>Validation mode is 'yes'</MEMO>
<TESTRESULT PROFILE="James Clark XMLTEST cases, 18-Nov-1998">
<TEST ID="not-wf-sa-001" NAMESPACE="yes" ENTITIES="none" TYPE="not-wf" URI="not-wf/sa/001.xml" SECTIONS="3.1 [41]">
    Attribute values must start with attribute names, not "?". </TEST>
<TESTRUN PARSER-TYPE="validating" SEVERITY="success">
</TESTRUN>
</TESTRESULT>
<TESTRESULT PROFILE="James Clark XMLTEST cases, 18-Nov-1998">
<TEST ID="valid-sa-094" NAMESPACE="yes" ENTITIES="none" TYPE="not-wf" URI="valid/sa/094.xml" SECTIONS="2.8">
    
    This refers to an undefined parameter entity reference within
    a markup declaration in the internal DTD subset, violating
    the <EM>PEs in Internal Subset</EM> WFC.</TEST>
<TESTRUN PARSER-TYPE="validating" SEVERITY="high">
No error for non-wellformed document reported
</TESTRUN>
</TESTRESULT>
...
<MEMO>Found 26 (0 LOW / 0 MED / 26 HI) conformance violations in 1819 tests.</MEMO>
<MEMO>Needed 32,595 secs to run the tests.</MEMO>
</REPORT>


Ciao, Jürgen



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org