From 5f4b705f43b69348ba842bc04b018c9c16fe58e6 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 26 Sep 2003 20:00:03 +0000 Subject: * test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviour now. * test/soap/marshal/test_digraph.rb: should close before unlink. unlink-before-close pattern is not needed here. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b48a1d28c..c0420cba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 27 04:57:07 2003 NAKAMURA, Hiroshi + + * test/ruby/test_file.rb: new file. only asserts unlink-before-close + behaviour now. + + * test/soap/marshal/test_digraph.rb: should close before unlink. + unlink-before-close pattern is not needed here. + Mon Sep 27 03:32:37 2003 NAKAMURA, Hiroshi * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into -- cgit