On 2/12/07, Edward Summers <[EMAIL PROTECTED]> wrote:
Mysteriously, I get two failures for the unit tests. I haven't had time to dig in and see why it's only affecting me. <"<delete>\n <query>ëäïöü</query>\n</ delete>"> expected to be =~ </<delete>[\s]*<query>\303\253\303\244\303\257\303\266\303\274<\/ query>[\s]*<\/delete>/m>.
Hmm. This looks like a problem with the test. Let me guess -- you don't have libxml-ruby installed? Looks like REXML encodes the characters as entities rather than leave them as characters. Anyone got a good idea of how to normalize the tests here? -- Coda Hale http://blog.codahale.com
