[Bug 27371] Tests like Serialization-009 should allow the error to be raised during evaluation

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I don't know what makes you think that serialization errors can't be reported
"during evaluation". It only says that the query CAN BE executed without error
(i.e. that there is no error if the result is not serialized), it doesn't say
that the query IS executed without error.

The use of assert-serialization-error tells the test driver that serialization
must be attempted (because if it isn't, the error won't occur). Apart from
that, the error can be detected in exactly the same way as <error code="xx">.
So I can't see any possible value in adding an alternative result.

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

Received on Wednesday, 19 November 2014 21:43:18 UTC