ruby-changes:60028
From: S-H-GAMELINKS <ko1@a...>
Date: Thu, 13 Feb 2020 10:37:57 +0900 (JST)
Subject: [ruby-changes:60028] 572d9b93bb (master): support multi-run test for test/webrick/test_filehandler.rb
https://git.ruby-lang.org/ruby.git/commit/?id=572d9b93bb From 572d9b93bbad90455dc54a270c0eacc033dc762f Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@g...> Date: Mon, 10 Feb 2020 03:09:22 +0000 Subject: support multi-run test for test/webrick/test_filehandler.rb diff --git a/test/webrick/test_filehandler.rb b/test/webrick/test_filehandler.rb index 33b6d7b..49b5de0 100644 --- a/test/webrick/test_filehandler.rb +++ b/test/webrick/test_filehandler.rb @@ -103,6 +103,7 @@ class WEBrick::TestFileHandler < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/webrick/test_filehandler.rb#L103 bug2593 = '[ruby-dev:40030]' TestWEBrick.start_httpserver(config) do |server, addr, port, log| + server[:DocumentRootOptions][:NondisclosureName] = [] http = Net::HTTP.new(addr, port) req = Net::HTTP::Get.new("/") http.request(req){|res| -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/