diff options
| author | Luke Kanies <luke@madstop.com> | 2007-11-27 21:37:59 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-11-27 21:37:59 -0600 |
| commit | 6c1d8d3bc4f5fddf2da9d48a26fd3b851bdb7d3e (patch) | |
| tree | 75558c10dbae425e7f3cb1f5e25b5f1b1bbd5df5 /test | |
| parent | 6b2c0d8016e39589f6dd9fa50605fb03e31965a3 (diff) | |
| download | puppet-6c1d8d3bc4f5fddf2da9d48a26fd3b851bdb7d3e.tar.gz puppet-6c1d8d3bc4f5fddf2da9d48a26fd3b851bdb7d3e.tar.xz puppet-6c1d8d3bc4f5fddf2da9d48a26fd3b851bdb7d3e.zip | |
Applying fix to xmlrpc client tests by Matt Palmer
Diffstat (limited to 'test')
| -rwxr-xr-x | test/network/xmlrpc/client.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/network/xmlrpc/client.rb b/test/network/xmlrpc/client.rb index f6d234324..597ee88cf 100755 --- a/test/network/xmlrpc/client.rb +++ b/test/network/xmlrpc/client.rb @@ -72,6 +72,7 @@ class TestXMLRPCClient < Test::Unit::TestCase http.expects(:cert=).with(:ccert) http.expects(:key=).with(:ckey) http.expects(:verify_mode=).with(OpenSSL::SSL::VERIFY_PEER) + http.expects(:enable_post_connection_check=).with(false) http.expects(:cert_store=) assert_nothing_raised do |
