Actions
Bug #6061
closedtest/iconv/test_option.rb is disabled and should be enabled or removed
    Bug #6061:
    test/iconv/test_option.rb is disabled and should be enabled or removed
  
Description
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.
Actions