summaryrefslogtreecommitdiffstats
path: root/test/iconv/test_basic.rb
Commit message (Collapse)AuthorAgeFilesLines
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-151-1/+4
| | | | | | | [ruby-dev:39487] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-211-0/+7
| | | | | | | | | | encoding is a string. based on the patch by Hiroshi Moriyama at [ruby-dev:36811]. * test/iconv/test_basic.rb (test_invalid_arguments): added tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/iconv/utils.rb (default_test): override not to croak.nobu2008-06-061-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu2008-06-051-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu2008-06-051-0/+49
* test/iconv/test_partial.rb: renamed from test_simple.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e