summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-22 14:53:20 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-22 14:53:20 +0000
commit1daf909bd7ee89ec2ef86a4716ad1f2074996120 (patch)
tree3434a353d4884c710e93d915af09ac449d6ccb21 /test/ruby
parent39b5931d74e7eb1134ccd0e2e23d7fc50c35f3b5 (diff)
* 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
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
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