summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--test/openssl/test_ssl.rb1
2 files changed, 6 insertions, 0 deletions
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 <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 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{