From 10e0ed7bd48b3c2dda09f5db05cd5b5fd1618b28 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 28 Dec 2008 09:42:26 +0000 Subject: merges r21101 from trunk into ruby_1_9_1. * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): uses mktmpdir and removes it alfter the test. * test/cgi/test_cgi_session.rb (setup, teadown): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4618b9a26..c2081b812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Dec 27 22:41:02 2008 Nobuyoshi Nakada + + * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): uses + mktmpdir and removes it alfter the test. + + * test/cgi/test_cgi_session.rb (setup, teadown): ditto. + Sun Dec 28 12:53:10 2008 TAKANO Mitsuhiro (takano32) * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin. -- cgit