* 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
@ -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…
x
Reference in New Issue
Block a user