diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 09:25:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 09:25:46 +0000 |
| commit | 4d0e7ebff913b8d60b65051a87d5238d2c61fe17 (patch) | |
| tree | 9444741aaa4644e242d804f1dc6b4e26135b2311 /test/iconv/test_partial.rb | |
| parent | ae94ac46028a21d3847d9676b8f5fdff977df276 (diff) | |
| download | ruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.tar.gz ruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.tar.xz ruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.zip | |
* test/iconv/utils.rb (default_test): override not to croak.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/iconv/test_partial.rb')
| -rw-r--r-- | test/iconv/test_partial.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/iconv/test_partial.rb b/test/iconv/test_partial.rb index 8e973b6df..aa4d0ba25 100644 --- a/test/iconv/test_partial.rb +++ b/test/iconv/test_partial.rb @@ -1,6 +1,6 @@ require File.join(File.dirname(__FILE__), "utils.rb") -TestIconv.testcase(:Partial) do +class TestIconv::Partial < TestIconv def test_partial_ascii c = Iconv.open(ASCII, ASCII) ref = '[ruby-core:17092]' @@ -38,4 +38,4 @@ TestIconv.testcase(:Partial) do ensure c.close end -end +end if defined?(TestIconv) |
