From 7c72a59ea89edb9c074c6a33de7b1f0904abd2fd Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 17 Feb 2004 14:51:40 +0000 Subject: * test/ruby/marshaltestlib.rb: common marshal testcase added. * test/ruby/test_marshal.rb: use above testsuite. * test/soap/marshal/test_marshal.rb: ditto. * test/soap/marshal/cmarshal.rb: removed (not used). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 9bfd40bd6..dcb026321 100644 --- a/MANIFEST +++ b/MANIFEST @@ -760,6 +760,7 @@ test/rinda/test_rinda.rb test/ruby/beginmainend.rb test/ruby/endblockwarn.rb test/ruby/envutil.rb +test/ruby/marshaltestlib.rb test/ruby/test_alias.rb test/ruby/test_array.rb test/ruby/test_assignment.rb @@ -806,7 +807,6 @@ test/soap/calc/test_calc2.rb test/soap/calc/test_calc_cgi.rb test/soap/helloworld/hw_s.rb test/soap/helloworld/test_helloworld.rb -test/soap/marshal/cmarshal.rb test/soap/marshal/test_digraph.rb test/soap/marshal/test_marshal.rb test/soap/marshal/test_struct.rb -- cgit