GNOME Bugzilla – Bug 582704
Don't depend on hash table order in test cases
Last modified: 2009-05-15 15:45:48 UTC
Using object.toSource() and comparing that to a string is not reliable; instead provide our own function to convert an object to a reliably ordered string.
Created attachment 134679 [details] [review] Don't depend on hash table order in test cases
Pushed.