* 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:
gotoyuzo 2005-12-12 06:56:08 +00:00
parent 0158c70645
commit 2a0604d7b8
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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{