From: Charles Nutter Date: 2012-02-22T23:35:34+09:00 Subject: [ruby-core:42805] [ruby-trunk - Bug #6061] test/iconv/test_option.rb is disabled and should be enabled or removed Issue #6061 has been updated by Charles Nutter. Yui: Thank you. I will be adding this to our suite and excluding anything that fails. I won't worry too much about it since our iconv is implemented atop Java NIO Charset API. ---------------------------------------- Bug #6061: test/iconv/test_option.rb is disabled and should be enabled or removed https://bugs.ruby-lang.org/issues/6061 Author: Charles Nutter Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: trunk The only test class in test/iconv/test_option.rb is guarded by this line: ... end if false and defined?(TestIconv) If this test is still valid, it should be enabled. If it is not valid, it should be removed. -- http://bugs.ruby-lang.org/