[Seaside-dev] Issue 295 in seaside: WAColorTest>>#testAllColors fails

codesite-noreply at google.com codesite-noreply at google.com
Thu Jan 22 22:27:00 UTC 2009


Comment #2 on issue 295 by WeybridgeWay: WAColorTest>>#testAllColors fails
http://code.google.com/p/seaside/issues/detail?id=295

On a MacBook Pro, starting from 'Squeak3.10.2-7179-basic' with 'Squeak  
3.8.18beta3U' I execute the following
in a workspace:

| color htmlColor  |
color := Color fromString: '000001'.
htmlColor := color asHTMLColor.
color printString = '(Color r: 0.0 g: 0.0 b: 0.004)'.
htmlColor = '#000000'.  "returns true, but should be false!"

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list