[Bug 23921] [QT3TS] Missing XQueryX tests

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

Josh Spiegel <josh.spiegel@oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josh.spiegel@oracle.com

--- Comment #2 from Josh Spiegel <josh.spiegel@oracle.com> ---
The converter only skips 4 tests related to bug 13796:

  fn-parse-json-917
  fn-parse-json-918
  fn-parse-json-922
  XML11-1ed-Included-char-1-new
  XML10-4ed-Excluded-char-1-new

It selects tests using this filter:

 not(
  t:result//t:error[
     starts-with(@code,'XQST') or 
     starts-with(@code, 'XPST') or   
     @code eq '*'
  ]
 )

This may exclude some tests that are actually convertible.

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

Received on Tuesday, 31 March 2015 14:47:23 UTC