Test suite identification of optional features

I've updated my copy of the test suite to the latest version in CVS. It 
would be very helpful if the testdescr.xml file contained some sort of 
notice of which test cases use optional features of XInclude, 
particularly support for the xpointer scheme which my implementation in 
XOM does not support. As it is, I have to find all of those manually and 
comment them out.

Something like

        <testcase id="imaq-include-xml-03" href="nodes.xml"
                  type="success" features="xpointer scheme">
            <contributor>Daniel Veillard</contributor>
            <section 
resource="http://www.w3.org/TR/xinclude/#multiple-nodes">4.2.2</section>
            <date qualifier="created">8-Mar-2002</date>
            <description>Simple test of including a set of nodes from an 
XML document.</description>   
            <output>../../../result/XInclude/nodes.xml</output>
        </testcase>


should work.

--
Elliotte Rusty Harold

Received on Friday, 4 June 2004 07:26:36 UTC