[Bug 21868] "serialization-matches" test cases not accounting for the latest XQuery spec.

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

O'Neil Delpratt <oneil@saxonica.com> changed:

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

--- Comment #11 from O'Neil Delpratt <oneil@saxonica.com> ---
AS discussed in the WG telecon. My suggestion was agreed with to add a
enclosing element in the query. This means that we can now use assert-xml for
the expected output. 

The new test-case is as follows:

   <test-case name="Serialization-026a">
     ...
      <dependency type="feature" value="serialization" satisfied="false"/>
      <test><![CDATA[
         declare namespace output =
"http://www.w3.org/2010/xslt-xquery-serialization";
         declare option output:method "xml";
         declare option output:standalone "yes";
         <out>{(<a/>,<b/>)}</out>
      ]]></test>
      <result>
           <assert-xml><![CDATA[<out><a/><b/></out>]]></assert-xml>
      </result>
   </test-case>

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

Received on Tuesday, 4 June 2013 16:21:25 UTC