From da44ec2a5b38242177dae083209c2f9d784e5c49 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 27 Dec 2008 13:41:04 +0000 Subject: * 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/trunk@21101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24d5bd8e3..bc574d397 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. + Sat Dec 27 21:46:10 2008 TAKANO Mitsuhiro (takano32) * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64. -- cgit