mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* descrictive warning message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5e66c3ddd6
commit
aadcff240e
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in a new issue