diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-12 06:56:08 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-12 06:56:08 +0000 |
commit | ea99c5f1fd5f31120e315647fbebce3dfefcb7d0 (patch) | |
tree | 381bfd64e7047bf5ebf70deb4e9c3f8261e31697 | |
parent | a393152ae40e8f438c09138c860322f8229f9cf2 (diff) | |
download | ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.tar.gz ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.tar.xz ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.zip |
* test/openssl/test_ssl.rb (test_parallel): call GC.start to close
unused files. [ruby-dev:27981]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | test/openssl/test_ssl.rb | 1 |
2 files changed, 6 insertions, 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 diff --git a/test/openssl/test_ssl.rb b/test/openssl/test_ssl.rb index 08c18f440..b99b4a30b 100644 --- a/test/openssl/test_ssl.rb +++ b/test/openssl/test_ssl.rb @@ -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{ |