[Bug 21931] New: app/Demos/currencysvg-result.xml should not have an XML declaration.

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

            Bug ID: 21931
           Summary: app/Demos/currencysvg-result.xml should not have an
                    XML declaration.
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: leo@woerteler.de
        QA Contact: public-qt-comments@w3.org

The documentation of `<assert-xml>` says:

> Asserts the result of the query by providing a serialization of the expression
> result using the default serialization parameters method="xml" indent="no"
> omit-xml-declaration="yes".

As the file "app/Demos/currencysvg-result.xml" has an XML declaration, I don't
think the test case "currencysvg" can succeed:

>   <test-case name="currencysvg">
>      [...]
>      <test file="Demos/currencysvg.xq"/>
>      <result>
>         <assert-xml file="Demos/currencysvg-result.xml"/>
>      </result>   
>   </test-case>

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

Received on Sunday, 5 May 2013 21:08:29 UTC