diff options
Diffstat (limited to 'test/soap')
-rw-r--r-- | test/soap/test_streamhandler.rb | 2 |
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 = "" |