Re: Test Matrix

----- Original Message -----
From: "Arnold, Curt" <Curt.Arnold@hyprotech.com>
To: <www-dom-ts@w3.org>
Sent: Monday, June 11, 2001 3:46 PM
Subject: RE: Test Matrix


> What is the production process for the matrix?  Ideally, it could be
generated from the metadata in (or about) the tests, but I suspect we aren't
there yet.
>

[mb]  Your suspicion is correct -- for the moment, I translated all of the
sr's, which were in html,
to xml, and the file looks like the following:

        <category name="core">
        <idl type="method | attribute" name="idl_name">
        <purpose> text of purpose goes here
            <spec level="one | two | both" />
            <test name="test_name/>
                    ... maybe more than one test -- that's what we have
now -- I
                        expect that we will create additional purposes for
the
                        currently defined multiple test cases ...
        </purpose>

            ... maybe additional purposes ...
    </idl>
            ... additional idl def's
    </category>

For the moment, I created a stylesheet that generates the html table that
you see.  When
we determine the final format, we can write another stylesheet to transform
this, and
possibly combine it with additional info from the tests.  At this point, we
have created
our xml and java renditions with the same test_name as above, so we should
be able
to bring them all together when we are ready.

Any ideas on how to package everything?

--Mary

>

Received on Monday, 11 June 2001 16:50:22 UTC