зеркало из https://github.com/github/ruby.git
[ruby/open-uri] Try Windows tests again
https://github.com/ruby/open-uri/commit/50f265ba29
This commit is contained in:
Родитель
5d82abdfc8
Коммит
e09df57427
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче