From 1ed39b739237bffd9c78e696c09462ce67017b95 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 5 Dec 2003 13:26:26 +0000 Subject: * lib/soap/netHttpClient.rb: proxy support did not work. fixed. * lib/soap/property.rb: add class methods for loading property from stream/file/propertyfile. propertyfile is a file which is located at somedir in $:. * lib/soap/soap.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb, lib/wsdl/importer.rb: load property from propertyfile 'soap/property' e.g. /usr/local/lib/ruby/site_ruby/1.8/soap/property. * test/soap/test_property.rb, test/soap/test_streamhandler.rb: new file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 41555142be..40c60ae64a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -743,7 +743,9 @@ test/soap/marshal/test_digraph.rb test/soap/marshal/test_marshal.rb test/soap/marshal/test_struct.rb test/soap/test_basetype.rb +test/soap/test_property.rb test/soap/test_soapelement.rb +test/soap/test_streamhandler.rb test/stringio/test_stringio.rb test/strscan/test_stringscanner.rb test/testunit/collector/test_dir.rb -- cgit v1.2.3