[Bug 23896] [XT3TS] How should we treat tests from 2.0 that raised an optional/revoverable dynamic error

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

Abel Braaksma <abel.braaksma@xs4all.nl> changed:

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

--- Comment #3 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
I searched for other tests that have feature d-o-e switched off and found:

* output-0177, fixed as in comment#2: split for 3.0, allowed recovery for 2.0
* output-0402, fixed the same way
* error-1620a, fixed the same way
* error-1630a, fixed the same way


On error-1620a/1630a, both contained illegal: 
<xsl:value-of select="&lt;a/&gt;" disable-output-escaping="yes"/>

This was changed into:
<xsl:value-of select="'&lt;a/&gt;'" disable-output-escaping="yes"/>

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

Received on Monday, 30 March 2015 00:04:38 UTC