From 81cf4ad5670209512091d7a2eec6f81a9fb32c3c Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Dec 2007 15:00:52 +0000 Subject: * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even on an error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b955e212..16398dc20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 15 23:58:46 2007 Tanaka Akira + + * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even + on an error. + Sat Dec 15 23:50:31 2007 Tanaka Akira * test/xmlrpc/webrick_testing.rb: join webrick server thread. -- cgit