[ruby/open-uri] Try Windows tests again

https://github.com/ruby/open-uri/commit/50f265ba29
This commit is contained in:
Hiroshi SHIBATA 2024-07-09 16:24:00 +09:00 коммит произвёл git
Родитель 5d82abdfc8
Коммит e09df57427
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -76,8 +76,6 @@ class TestOpenURISSL < Test::Unit::TestCase
end
def test_proxy_cacert_file
pend if RUBY_PLATFORM =~ /mswin|mingw/
url = nil
proxy_log_tester = lambda {|proxy_log, proxy_access_log|
assert_equal(1, proxy_access_log.length)
@ -94,8 +92,6 @@ class TestOpenURISSL < Test::Unit::TestCase
end
def test_proxy_cacert_dir
pend if RUBY_PLATFORM =~ /mswin|mingw/
url = nil
proxy_log_tester = lambda {|proxy_log, proxy_access_log|
assert_equal(1, proxy_access_log.length)