mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
39b5931d74
commit
1daf909bd7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue