summaryrefslogtreecommitdiff
path: root/test/uri/test_ldap.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 01:41:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 01:41:10 +0000
commit68b18291acc84bc4068e531d3085bfda8a5419de (patch)
treec6a0545858488d00eeafafda273c97e08982746a /test/uri/test_ldap.rb
parent41bfc7a7218d34b9b9ffbe8154a728b2e044211f (diff)
* lib/uri/common.rb (URI::Parser#initialize_pattern):
refix for restrict the pattern. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/uri/test_ldap.rb')
-rw-r--r--test/uri/test_ldap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_ldap.rb b/test/uri/test_ldap.rb
index c96a067804..a4cdbff275 100644
--- a/test/uri/test_ldap.rb
+++ b/test/uri/test_ldap.rb
@@ -36,7 +36,7 @@ class TestLDAP < Test::Unit::TestCase
assert_equal(nil, u.extensions)
# from RFC2255, section 6.
- urls = {
+ {
'ldap:///o=University%20of%20Michigan,c=US' =>
['ldap', nil, URI::LDAP::DEFAULT_PORT,
'o=University%20of%20Michigan,c=US',