[Seaside-dev] WAFormCharEncodingTest

Michael Lucas-Smith mlucas-smith at cincom.com
Mon May 17 13:53:42 UTC 2010


On 5/15/10 4:14 AM, Philippe Marschall wrote:
> 2010/5/15 Michael Lucas-Smith<mlucas-smith at cincom.com>:
>    
>> Hi All,
>>
>> Do #testBasicForm, #testDefaultAction, #testDefaultActionGet and #testIsGet
>> on WAFormCharEncodingTest fail for anyone else? For me it fails bceause the
>> form accept-charset becomes utf-16, not the expected utf-8 -- but it seems
>> as though it *should* be utf-16 because #createHandlers specifically sets
>> the charSet to be utf-16.
>>      
> The version in my image (lr.47) expects utf-16 and gets utf-16. What
> version do you have?
>    
lr.47

WAFormCharEncodingTest inherits the tests from WAFormTagTest which have 
'utf-8' hard coded in their expected strings.

Another surprise on this class is #testAnchorAttributes inherited from 
WACanvasBrushTest. It breaks for me in 
#urlForDocument:mimeType:fileName: with #registry returning nil.

Michael


More information about the seaside-dev mailing list