From 37679ee584e409088a2f083594e3c4ccba486e13 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 25 Jan 2010 23:12:50 +0000 Subject: supress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/uri/test_ldap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/uri/test_ldap.rb') diff --git a/test/uri/test_ldap.rb b/test/uri/test_ldap.rb index 14ef39242e..c96a067804 100644 --- a/test/uri/test_ldap.rb +++ b/test/uri/test_ldap.rb @@ -81,8 +81,8 @@ class TestLDAP < Test::Unit::TestCase ['ldap', nil, URI::LDAP::DEFAULT_PORT, '', nil, 'sub', nil, '!bindname=cn=Manager%2co=Foo'], - }.each do |url, ary| - u = URI.parse(url) + }.each do |url2, ary| + u = URI.parse(url2) assert_equal(ary, uri_to_ary(u)) end end -- cgit v1.2.3