diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-03 15:38:44 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-03 15:38:44 +0000 |
commit | c8c02c9cc39444ad89b4ceba09d2ed06f4cff9dc (patch) | |
tree | ce308b98608758dbf9deb2fa1f9978fd2b79a305 /test/xmlrpc/test_webrick_server.rb | |
parent | 454de1d5eb178ae71397702702fbda4996196f65 (diff) |
Cosmetic change of Hash literal.
'BindAddress: var' => ':BindAddress => var' according to other configurations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc/test_webrick_server.rb')
-rw-r--r-- | test/xmlrpc/test_webrick_server.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xmlrpc/test_webrick_server.rb b/test/xmlrpc/test_webrick_server.rb index e66a46718a..d3aa9cd102 100644 --- a/test/xmlrpc/test_webrick_server.rb +++ b/test/xmlrpc/test_webrick_server.rb @@ -46,7 +46,7 @@ class Test_Webrick < Test::Unit::TestCase def setup_http_server(port, use_ssl) option = { - BindAddress: "localhost", + :BindAddress => "localhost", :Port => port, :SSLEnable => use_ssl, } |