[Bug 4133] Microsoft "schema" test set, schG3

https://www.w3.org/Bugs/Public/show_bug.cgi?id=4133

C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmsmcq@blackmesatech.com

--- Comment #6 from C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com> 2012-01-20 20:50:41 UTC ---
Long ago (September 2010) I was asked to check the status of this issue, but
have only done so now.

The current status is that test groups schG3, schG6, schG11, and schG12 are
still in the state described in the bug report; each of them has only a single
expected result.

If the WG adopts the proposals in bug 15650 (rules for schemaLocation
information in tests and for schemaDocument information in metadata) and bug
15651 (a modified version of the proposal made by Mary Holstege in June 2010),
we can modify the metadata for schG3 as shown below (and analogously for the
other test groups in question).

1 Replace the existing schemaDocument element with three:

    <schemaDocument xlink:href="../msData/schema/schG3_a.xsd" 
      role="initial" namespace="ns-a"/>
    <schemaDocument xlink:href="../msData/schema/schG3_b.xsd" 
      role="schema-import" namespace="ns-b"/>
    <schemaDocument xlink:href="../msData/schema/schG3_c.xsd" 
      role="schema-import" namespace="ns-a"/>

2 Replace the instanceTest with

  <instanceTest name="schG3.v">
    <instanceDocument xlink:href="../msData/schema/schG3.xml"/>
    <expected version="import-schema-loc-follow" validity="valid"/>
    <expected version="import-schema-loc-ignore" validity="invalid"/>
    <prior date="2012-01-20" status="stable">
      <xs:annotation><xs:documentation>
         Add qualifiers to expected results.
      </xs:documentation></xs:annotation>
    </prior>
    <prior date="2007-01-02" status="queried">
      <xs:annotation><xs:documentation>
         See bug 4133; results of test depend on schema location
         behavior.
      </xs:documentation></xs:annotation>
    </prior>
    <prior date="2006-07-16" status="accepted"/>
  </instanceTest>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 20 January 2012 20:50:44 UTC