[Bug 19783] Math tests that use namespace prefixes in the assertions

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

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

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

--- Comment #2 from O'Neil Delpratt <oneil@saxonica.com> ---
Bug fixes done and committed to cvs.

(In reply to comment #1)
> As discussed, here is a list of test cases that I propose for investigation:
> 
> - "math-atan2" test set,
> "math-atan2-003","math-atan2-004","math-atan2-005","math-atan2-006","math-
> atan2-007","math-atan2-008"
> - "math-pi" test set,"math-pi-002"

Made the change as suggested by Mike Kay, i.e.:
<assert>abs($result - 7.38905609893065e0) lt 1e-14</assert>

> - "prod-CastExpr.schema" test set,
> "user-defined-1","user-defined-6","user-defined-8"  the result is
> sizeType(1) but the sizeType is part of a schema that is not in the
> "assert-eq" environment
> - "prod-ModuleImport" test set, "errata6-003" - the result, 8, is of type
> hatsize defined in the schema from the test environment. Assert-eq does not
> have access to that schema.

Moved the assertion within the test cases using an eq operator.
Expected result for these tests is now <assert-true/>

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

Received on Thursday, 8 November 2012 12:44:29 UTC