[Bug 20734] [XT3TS] merge tests

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

Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #2 from Tim Mills <tim@cbcl.co.uk> ---
>From catalog-schema.xsd:

    <xs:attributeGroup name="uriAttr">
        <xs:annotation>
                <xs:documentation>
                    <div>
                        ... 
                        <p> The URI should always be an absolute URI.
                        </p>
                        ...
                    </div> 
                </xs:documentation>
            </xs:annotation>
        <xs:attribute name="uri" type="xs:anyURI"/>
    </xs:attributeGroup>

but _merge-test-set.xml contains, for example:

  <source file="log-file-1.xml" uri="log-file-1.xml"/>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 10 June 2014 13:37:08 UTC