From 2a0604d7b8029bec1815bc871efa3c0109923458 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 12 Dec 2005 06:56:08 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ test/openssl/test_ssl.rb | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f94c7544a8..38af7da9f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 12 15:51:22 2005 GOTOU Yuuzou + + * 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 * 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 08c18f440b..b99b4a30b0 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{