mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
![]() The test is currently skipped and can't possibly work on windows at the moment. It fails because $LOAD_PATH is not set up properly in the forked CGI process, so `require 'uri'` fails. This works properly in the test_cgi.rb tests, because it sets up a :RequestCallback to fix things up. Let's move the setup there into util.rb, so it can be shared with test_filehandler.rb as well. |
||
---|---|---|
.. | ||
.htaccess | ||
test_cgi.rb | ||
test_config.rb | ||
test_cookie.rb | ||
test_do_not_reverse_lookup.rb | ||
test_filehandler.rb | ||
test_htgroup.rb | ||
test_htmlutils.rb | ||
test_httpauth.rb | ||
test_httpproxy.rb | ||
test_httprequest.rb | ||
test_httpresponse.rb | ||
test_https.rb | ||
test_httpserver.rb | ||
test_httpstatus.rb | ||
test_httputils.rb | ||
test_httpversion.rb | ||
test_server.rb | ||
test_ssl_server.rb | ||
test_utils.rb | ||
utils.rb | ||
webrick.cgi | ||
webrick.rhtml | ||
webrick_long_filename.cgi |