ruby-changes:33136
From: hsbt <ko1@a...>
Date: Fri, 28 Feb 2014 15:57:35 +0900 (JST)
Subject: [ruby-changes:33136] hsbt:r45215 (trunk): * test/xmlrpc/test_client.rb: append assetion use_ssl variable.
hsbt 2014-02-28 15:57:29 +0900 (Fri, 28 Feb 2014) New Revision: 45215 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45215 Log: * test/xmlrpc/test_client.rb: append assetion use_ssl variable. Modified files: trunk/test/xmlrpc/test_client.rb Index: test/xmlrpc/test_client.rb =================================================================== --- test/xmlrpc/test_client.rb (revision 45214) +++ test/xmlrpc/test_client.rb (revision 45215) @@ -116,6 +116,7 @@ module XMLRPC https://github.com/ruby/ruby/blob/trunk/test/xmlrpc/test_client.rb#L116 assert_equal 'example.org', host assert_equal '/foo', path assert_equal 1234, port + assert use_ssl refute proxy_host refute proxy_port -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/