From c8c02c9cc39444ad89b4ceba09d2ed06f4cff9dc Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 3 Aug 2011 15:38:44 +0000 Subject: 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 --- test/xmlrpc/test_webrick_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/xmlrpc/test_webrick_server.rb') 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, } -- cgit v1.2.3