From 5ea9839f1d6e0e9a0fcd5e4bdec4ea024b2f5f27 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 20 Aug 2008 23:00:01 +0000 Subject: * test/iconv/test_option.rb (test_ignore_option): skip if iconv doesn't have transliterate. * test/iconv/test_option.rb (test_translit_option): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9628453e6..fc53f20d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 21 07:59:04 2008 NARUSE, Yui + + * test/iconv/test_option.rb (test_ignore_option): skip if iconv + doesn't have transliterate. + + * test/iconv/test_option.rb (test_translit_option): ditto. + Thu Aug 21 06:12:56 2008 Nobuyoshi Nakada * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept -- cgit