Re: datatype issues in testsuite

On Oct 16, 2011, at 4:15 PM, Gregory Williams wrote:

> There are a few things in the test suite that I think need fixes:
> 
> 1) In functions/coalesce01.srx, ?div=0 and ?div=2 should be ?div=0.0 and ?div=2.0 (integer->decimal) because of xsd numeric-divide rules.
> 
> 2) In aggregates/agg-avg-02.srx, ?avg=2 should be ?avg=2.0 (integer->decimal) because of xsd numeric-divide rules.
> 
> 3) In aggregates/agg-err-02.srx, ?avg="2."^^decimal should be ?avg="2.0"^^decimal (srx should use canonical lexical form)

I've committed these changes in CVS, and taken ownership of JB-8 as these changes address Jeen's comment.

.greg

Received on Monday, 31 October 2011 15:05:16 UTC