Bug #1611
closedwin32ole errors from make test all
Description
=begin
133) Error:
test_conversion_str2cy(TestWIN32OLE_VARIANT):
WIN32OLERuntimeError: not installed locale: 1041
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole_variant.rb:387:in
locale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole_variant.rb:387:in
test_conversion_str2cy'
perhaps I don't have the locale installed right?
these others may be related:
-
Error:
test_s_codepage_changed(TestWin32OLE):
Errno::EACCES: Permission denied - rad644C8.tmp
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:inunlink' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:in
ensure in test_s_codepage_changed'
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:in
`test_s_codepage_changed' -
Error:
test_s_locale_change(TestWin32OLE):
WIN32OLERuntimeError: not installed locale: 1041
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:415:inlocale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:415:in
test_s_locale_change' -
Error:
test_s_locale_set(TestWin32OLE):
WIN32OLERuntimeError: not installed locale: 1041
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:401:inlocale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:401:in
test_s_locale_set'
=end
Updated by phasis68 (Heesob Park) over 15 years ago
=begin
This error is due to the line:
WIN32OLE.locale = 0x0411 # set locale Japanese
I guess it will work for Japanese Windows only.
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Priority changed from Normal to 3
- Target version set to 1.9.2
=begin
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Assignee set to yugui (Yuki Sonoda)
=begin
I must assign it to suke. but suke is not in the redmine.
=end
Updated by suke (Masaki Suketa) over 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24153.
=end
Updated by suke (Masaki Suketa) over 15 years ago
=begin
These errors are occurres only when Japanese locale is not installed in Windows box.
So, Please ignore errors if Japanese locale is not installed.
I've fixed this issue in ruby trunk(reporting test skipped instead of these errors).
=end