From: "suke (Masaki Suketa)" Date: 2012-06-29T06:39:29+09:00 Subject: [ruby-core:45945] [ruby-trunk - Bug #6650] Fixing win32ole test errors Issue #6650 has been updated by suke (Masaki Suketa). % Done changed from 100 to 0 I received the following error. test_s_codepage_changed(TestWin32OLE) [C:/cygwin/home/svn/ruby/test/win32ole/test_win32ole.rb:363]: <"\xE3\x81\x82"> expected but was <"\xE3\x81\x81E">. Finished tests in 53.506664s, 4.1303 tests/s, 12.0359 assertions/s. 221 tests, 644 assertions, 1 failures, 0 errors, 0 skips ruby -v: ruby 2.0.0dev (2012-06-28 trunk 36246) [i386-mswin32_100] ---------------------------------------- Bug #6650: Fixing win32ole test errors https://bugs.ruby-lang.org/issues/6650#change-27553 Author: bosko (Bo��ko Ivani��evi��) Status: Closed Priority: Normal Assignee: luislavena (Luis Lavena) Category: test Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-06-25 trunk 36180) [i386-mingw32] Since FileSystemObject is limited only to ANSI and UTF-16LE encoding tests shouldn't try to use other encodings since they will certainly fail. Instead UTF-16 encoding should be used to check whether writing/reading to/from FSO is properly handled. Attached is a patch that fixes this. -- http://bugs.ruby-lang.org/