ruby--ruby/test/soap/calc
nahi 3f4d04564b * lib/soap/mapping/factory.rb: mark marshalled basetype objects when
@allow_original_mapping is true.  multi-referencing basetype node is
  prohibited in SOAP/1.1 encoding but soap4r's original ruby object mapping
  requires basetype to be marked to detect self referencing loop.
  e.g. o = 1; o.instance_eval { @iv = o }  soap4r's original mapping is only
  used through soap/marshal API.

* test/soap/marshal/test_marshal.rb: add tests for self referencing immutable
  objects.

* test/soap/calc/test_calc_cgi.rb: fix test name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-31 16:50:27 +00:00
..
calc.rb
calc2.rb
server.cgi * test/logger/test_logger.rb: unlinking file before close causes problem under 2003-10-01 15:29:43 +00:00
server.rb * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server. 2003-10-18 15:21:18 +00:00
server2.rb * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server. 2003-10-18 15:21:18 +00:00
test_calc.rb * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR. 2003-10-22 15:43:10 +00:00
test_calc2.rb * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR. 2003-10-22 15:43:10 +00:00
test_calc_cgi.rb * lib/soap/mapping/factory.rb: mark marshalled basetype objects when 2003-10-31 16:50:27 +00:00