summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 11:34:23 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 11:34:23 +0000
commit08bbb08c5fa272f0baabd14975e2586000d1ba3c (patch)
tree1f5d9ce2d09f87573ca2d5a5740f1ef4612561b3
parentba3fe885d5b5f8d1b8be43e11a9c484f6831bb9c (diff)
* test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--test/rdoc/test_rdoc_parser_ruby.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c104381501..b8372656d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 22 20:33:54 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile.
+
Tue Jul 22 19:38:38 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* test/ruby/test_transcode.rb: added two comments
diff --git a/test/rdoc/test_rdoc_parser_ruby.rb b/test/rdoc/test_rdoc_parser_ruby.rb
index 46c95bd061..77d8bd24fc 100644
--- a/test/rdoc/test_rdoc_parser_ruby.rb
+++ b/test/rdoc/test_rdoc_parser_ruby.rb
@@ -19,7 +19,7 @@ class TestRdocParserRuby < Test::Unit::TestCase
end
def teardown
- @tempfile.unlink
+ @tempfile.close
end
def test_look_for_directives_in_commented