diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-22 15:15:17 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-22 15:15:17 +0000 |
| commit | 3e661a7e104d492abdd96d2786e564faa439cd3c (patch) | |
| tree | 914a8008d4e8e067d1b2968e2fc2c50d96cd3dc4 | |
| parent | 35bf8099d4dc06437e816815ad38309e68628d26 (diff) | |
merge revision(s) 34750:
* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | test/iconv/test_option.rb | 2 | ||||
| -rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Wed Feb 22 23:27:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061] + Wed Feb 22 22:04:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (rb_io_s_foreach): argument check before making Enumerator. diff --git a/test/iconv/test_option.rb b/test/iconv/test_option.rb index b210fa498a..e81df9d850 100644 --- a/test/iconv/test_option.rb +++ b/test/iconv/test_option.rb @@ -40,4 +40,4 @@ class TestIconv::Option < TestIconv assert_equal(SJIS_STR, str) iconv.close end -end if false and defined?(TestIconv) +end if defined?(TestIconv) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.3" -#define RUBY_PATCHLEVEL 138 +#define RUBY_PATCHLEVEL 139 #define RUBY_RELEASE_DATE "2012-02-22" #define RUBY_RELEASE_YEAR 2012 |
