From 1daf909bd7ee89ec2ef86a4716ad1f2074996120 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 22 Jul 2013 14:53:20 +0000 Subject: * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicated test method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 6267b2866b..999be76aac 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -528,7 +528,7 @@ class TestIO < Test::Unit::TestCase } end - def test_copy_stream_bigcontent + def test_copy_stream_bigcontent_fpos with_bigsrc {|bigsrc, bigcontent| File.open(bigsrc) {|f| begin -- cgit v1.2.3