summaryrefslogtreecommitdiffstats
path: root/test/soap
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-30 14:25:21 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-30 14:25:21 +0000
commitd62f675f4991e49c386b6694615512541b312371 (patch)
tree259426500bdeb962341e87f9c73e5416a075cfb2 /test/soap
parent6c7659d47dad8e9e589d6a289b18787f9300a0fc (diff)
downloadruby-d62f675f4991e49c386b6694615512541b312371.tar.gz
ruby-d62f675f4991e49c386b6694615512541b312371.tar.xz
ruby-d62f675f4991e49c386b6694615512541b312371.zip
* lib/soap/generator.rb: better XML pretty printing.
* lib/soap/encodingstyle/soapHandler.rb: remove unnecessary namespace assignment in the element which has "encodingStyle" attribute, and add necessary namespace assignment for "arrayType" attribute. * test/soap/calc/test_calc_cgi.rb: take over $DEBUG to ruby process through CGI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/soap')
-rw-r--r--test/soap/calc/test_calc_cgi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/soap/calc/test_calc_cgi.rb b/test/soap/calc/test_calc_cgi.rb
index 09ecfb03e..d1c85fe04 100644
--- a/test/soap/calc/test_calc_cgi.rb
+++ b/test/soap/calc/test_calc_cgi.rb
@@ -15,6 +15,7 @@ class TestCalcCGI < Test::Unit::TestCase
Config::CONFIG["bindir"],
Config::CONFIG["ruby_install_name"] + Config::CONFIG["EXEEXT"]
)
+ RUBYBIN << " -d" if $DEBUG
Port = 17171