You're crazy That patch doesn't solve the issue. Hashes should not be compared by their string representations otherwise tests will always have incosistencies on different platforms/runs.
The only course of action is to compare these two informal messages with hashes extracted and then compare hashes too by breaking them into key-value pairs and sorting. That requires a helper private method, or maybe such already exists? On 2/21/07, alancfrancis <[EMAIL PROTECTED]> wrote: > > > Can someone take a quick lookat this patch and tell me if I'm crazy ? > > Alan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
