summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-14 13:37:01 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-14 13:37:01 +0000
commitc548512c51ec5a9269269d62c76dba910d8ff517 (patch)
treeb19eeaee833d699c8527fcea9b30486d66328534
parent9df4bc1b51dd8d1393c6c2413d6c5389bcc158c3 (diff)
downloadruby-c548512c51ec5a9269269d62c76dba910d8ff517.tar.gz
ruby-c548512c51ec5a9269269d62c76dba910d8ff517.tar.xz
ruby-c548512c51ec5a9269269d62c76dba910d8ff517.zip
* descrictive warning message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/soap/test_streamhandler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_streamhandler.rb b/test/soap/test_streamhandler.rb
index 3713e9e17..e5b578d7a 100644
--- a/test/soap/test_streamhandler.rb
+++ b/test/soap/test_streamhandler.rb
@@ -143,7 +143,7 @@ __EOX__
def test_basic_auth
unless Object.const_defined?('HTTPAccess2')
- STDERR.puts("basic_auth is not supported")
+ STDERR.puts("basic_auth is not supported under soap4r + net/http for now.")
return
end
str = ""