1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/xmlrpc
shyouhei 3237f7dc9a * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):
XMLRPC::Client.new3(), when called without host: argument, tries
  to  connect to  a host  where "localhost"  resolves to.   On the
  other  hand  a  WEBrick::HTTPServer.new(), when  called  without
  BindAddress:  argument, tries  to listen  all the  address where
  getaddrinfo(AF_UNSPEC) resolves to.   This is a mismatch because
  "localhost" might not resolve to one of those listening sockets.
  We  would  better explicitly  specify  "localhost"  here and  if
  failed, just skip the whole test.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-01 06:22:05 +00:00
..
data
htpasswd * forgot to add a test fixture file in r32666. 2011-07-25 13:23:45 +00:00
test_cookie.rb
test_datetime.rb
test_features.rb
test_marshal.rb * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value): 2011-04-22 02:50:45 +00:00
test_parser.rb * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect 2011-05-26 06:44:48 +00:00
test_webrick_server.rb * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server): 2011-08-01 06:22:05 +00:00
webrick_testing.rb