From dd32962cba378b8762b33e8111d104a958ff296f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 26 May 2010 08:25:15 +0000 Subject: * test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env): environment variable name is not case sensitive on Windows git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/open-uri/test_open-uri.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/open-uri/test_open-uri.rb b/test/open-uri/test_open-uri.rb index 754f2d62a1..5c1031b231 100644 --- a/test/open-uri/test_open-uri.rb +++ b/test/open-uri/test_open-uri.rb @@ -518,6 +518,7 @@ class TestOpenURI < Test::Unit::TestCase end def test_find_proxy_case_sensitive_env + skip "environment variable name is not case sensitive on Windows" if RUBY_PLATFORM =~ /mswin|mingw/ with_env('http_proxy'=>'http://127.0.0.1:8080', 'REQUEST_METHOD'=>'GET') { assert_equal(URI('http://127.0.0.1:8080'), URI("http://192.0.2.1/").find_proxy) } -- cgit v1.2.3