[Seaside-dev] WAPlatformTest problems in GemStone

James Foster Smalltalk at JGFoster.net
Tue May 5 21:33:12 UTC 2009


All,

#'testSeasideIntegerOnCharacter' requires WAGenericCodec, which is  
provided by Seaside-Squeak-Platform. Is it a requirement that all  
implementations support UTF8, or can we move this test to Seaside- 
Tests-Squeak-Platform?

#'testSeasideString' requires 15.25 seasideString to return '15.25'.  
In GemStone we return '1.5250000000000000E+01'. Will there be places  
that expect the string representation of a Float to be in non-exponent  
format? Could we change the test to ensure that the result is a String  
that can be converted back to a number with the same value?

James


More information about the seaside-dev mailing list