From 1951ceeed731938663b85939b7b9c7002ad4e34b Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 13 May 2008 15:57:22 +0000 Subject: * test/ruby/test_io_m17n.rb: remove a duplicative method. * test/ruby/test_utf16.rb: rename a conflicting method name. * test/ruby/test_array.rb: ditto. * test/ruby/test_file_exhaustive.rb: ditto. * test/ruby/test_hash.rb: ditto. * test/ruby/test_env.rb: ditto. * test/ruby/test_fixnum.rb: ditto. * test/ruby/test_rational.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_array.rb') diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb index 2ed15ffec0..3775c1f54e 100644 --- a/test/ruby/test_array.rb +++ b/test/ruby/test_array.rb @@ -1401,7 +1401,7 @@ class TestArray < Test::Unit::TestCase assert_equal("[...]", a.join) end - def test_to_a + def test_to_a2 klass = Class.new(Array) a = klass.new.to_a assert_equal([], a) -- cgit v1.2.3