Skip to content

Commit

Permalink
* descrictive warning message.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nahi committed Dec 14, 2003
1 parent 5e66c3d commit aadcff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/soap/test_streamhandler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_normal

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 = ""
Expand Down

0 comments on commit aadcff2

Please sign in to comment.