зеркало из https://github.com/github/ruby.git
* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
514a5b3b71
Коммит
bd3c7a7e90
|
@ -573,8 +573,8 @@ if defined? Zlib
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_gets2
|
def test_gets
|
||||||
t = Tempfile.new("test_zlib_gzip_reader_gets2")
|
t = Tempfile.new("test_zlib_gzip_reader_gets")
|
||||||
t.close
|
t.close
|
||||||
Zlib::GzipWriter.open(t.path) {|gz| gz.print("foo\nbar\nbaz\n") }
|
Zlib::GzipWriter.open(t.path) {|gz| gz.print("foo\nbar\nbaz\n") }
|
||||||
|
|
||||||
|
@ -590,8 +590,8 @@ if defined? Zlib
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_gets
|
def test_readline
|
||||||
t = Tempfile.new("test_zlib_gzip_reader_gets")
|
t = Tempfile.new("test_zlib_gzip_reader_readline")
|
||||||
t.close
|
t.close
|
||||||
Zlib::GzipWriter.open(t.path) {|gz| gz.print("foo\nbar\nbaz\n") }
|
Zlib::GzipWriter.open(t.path) {|gz| gz.print("foo\nbar\nbaz\n") }
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче