ruby/tool/test
KJ Tsanaktsidis dc532b7c4e Fix WEBrick::TestFileHandler#test_short_filename test not working
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.
2023-12-27 12:54:25 +11:00
..
testunit Fix test failure with __runner_options__ renaming 2023-10-26 12:39:13 +09:00
webrick Fix WEBrick::TestFileHandler#test_short_filename test not working 2023-12-27 12:54:25 +11:00
init.rb Refactor the settings of test-all out 2023-11-15 19:27:10 +09:00
runner.rb Refactor the settings of test-all out 2023-11-15 19:27:10 +09:00
test_jisx0208.rb
test_sync_default_gems.rb Test_SyncDefaultGems: Fail when editor run (#9365) 2023-12-26 21:43:23 +00:00