Project

General

Profile

ActionsLike0

Bug #6650

closed

Fixing win32ole test errors

Added by bosko (Boško Ivanišević) almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-06-25 trunk 36180) [i386-mingw32]
Backport:
[ruby-core:<unknown>]

Description

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.


Files

Added by luislavena (Luis Lavena) almost 13 years ago

Revision 030111ac

  • test/win32ole/test_win32ole.rb (test_s_codepage_changed):
    FileSystemObject only supports ANSI or UTF-16LE encoding.
    Patch by bosko (Bosko Ivanisevic) [ruby-trunk - Bug #6650]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Added by suke (Masaki Suketa) over 12 years ago

Revision 263cd01a

  • test/win32ole/test_win32ole.rb (test_s_codepage_changed):
    FileSystemObject only supports ANSI or UTF-16LE encoding.
    Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bug #6650]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Added by U.Nakamura over 12 years ago

Revision bb74a0d0

merge revision(s) 36306: [Backport #7296]

    * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
      FileSystemObject only supports ANSI or UTF-16LE encoding.
      Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bug #6650]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Added by U.Nakamura over 12 years ago

Revision ba09c0a3

merge revision(s) 36246:

    * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
      FileSystemObject only supports ANSI or UTF-16LE encoding.
      Patch by bosko (Bosko Ivanisevic) [ruby-trunk - Bug #6650]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF