summaryrefslogtreecommitdiff
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
commitaadcff240ed6e6ecb4f11d4f63e7258dbd693c75 (patch)
treeb19eeaee833d699c8527fcea9b30486d66328534
parent5e66c3ddd69ecd4cd8f2833031f8f3ffe0e3f88b (diff)
* descrictive warning message.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 3713e9e172..e5b578d7a6 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 = ""