[Seaside-dev] Troubles with WANumberPrinter>>printFloat:on:

Michael Lucas-Smith mlucas-smith at cincom.com
Thu Jun 4 19:26:06 UTC 2009


Lukas Renggli wrote:
>> It solves all but two:
>>
>> WAPrinterTest>>testFloatPrinter fails doing
>>   self assert: (convert print: 0.99) = '0.99'
>>
>> The resulting output is '0.98'
>>     
> I see that number is too large for a 32-bit float.
>
> I can test it in two parts, then it probably works.
>   
That works.

I can now say that of the unit tests, VisualWorks has only one failing 
test, which is the WAPrinterTest>>testFloatPrinter.
It would be nice to get to 100% passing :)

Michael


More information about the seaside-dev mailing list