From: Nobuyoshi Nakada Date: 2007-03-06T10:09:17+09:00 Subject: Re: Ruby 1.8.6 preview3 has been released Hi, At Tue, 6 Mar 2007 09:18:41 +0900, Berger, Daniel wrote in [ruby-core:10518]: > The other failure comes from Pathname: > > 1) Failure: > test_del_trailing_separator_25(TestPathname) > [./test/pathname/test_pathname.rb:27]: > del_trailing_separator("\225\\\\"). > <"\225\\"> expected but was > <"\225">. > > That being said, I'm not really satisified with the Ruby test suite in > general, especially not for MS Windows, so take the overall success of > the test suite with a grain of salt. That assertion is valid only on Japanese version Windows, where "\225\\" in codepage 932 is U+8868. So the test should be modified but I'm not sure how to tell the environment. -- Nobu Nakada