From 9b7b1478da9d4f7f568599ed141e53dcbe1234f6 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 17 Feb 2004 14:28:34 +0000 Subject: * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $: trick to share the testcase test/ruby/marshaltestlib.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4645a8a5..d2341966d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 23:28:45 2004 NAKAMURA, Hiroshi + + * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $: + trick to share the testcase test/ruby/marshaltestlib.rb. + Tue Feb 17 23:13:23 2004 NAKAMURA, Hiroshi * test/ruby/marshaltestlib.rb: common marshal testcase added. -- cgit