mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/openssl/test_ssl.rb (test_parallel): call GC.start to close
unused files. [ruby-dev:27981] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0158c70645
commit
2a0604d7b8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 12 15:51:22 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* test/openssl/test_ssl.rb (test_parallel): call GC.start to close
|
||||
unused files. [ruby-dev:27981]
|
||||
|
||||
Mon Dec 12 09:58:09 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* range.c (range_cover): new method Range#cover? added. the
|
||||
|
|
|
@ -216,6 +216,7 @@ class OpenSSL::TestSSL < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_parallel
|
||||
GC.start
|
||||
start_server(PORT, OpenSSL::SSL::VERIFY_NONE, true){|s, p|
|
||||
ssls = []
|
||||
10.times{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue