summaryrefslogtreecommitdiffstats
path: root/test/network/server/webrick.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-05-07 14:45:13 -0500
committerLuke Kanies <luke@madstop.com>2008-05-07 14:45:13 -0500
commite936ef2426464b901638bf338c1c42590245b58f (patch)
tree2ba78ca3e29c0dc63a115ae0191b7c74e7829dab /test/network/server/webrick.rb
parent1cfb0215a4d56af9ac1e0c672d9ae597dfde846e (diff)
downloadpuppet-e936ef2426464b901638bf338c1c42590245b58f.tar.gz
puppet-e936ef2426464b901638bf338c1c42590245b58f.tar.xz
puppet-e936ef2426464b901638bf338c1c42590245b58f.zip
Fixing some broken tests.
The HttpPool module now removes its cached ssl_host instance when clearing its cache. This is really only useful for testing, but it correctly causes the pool to use new certificates when they're available.
Diffstat (limited to 'test/network/server/webrick.rb')
-rwxr-xr-xtest/network/server/webrick.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/server/webrick.rb b/test/network/server/webrick.rb
index f4e5398b8..0cdade4ba 100755
--- a/test/network/server/webrick.rb
+++ b/test/network/server/webrick.rb
@@ -67,7 +67,7 @@ class TestWebrickServer < Test::Unit::TestCase
end
# Test that a client whose cert has been revoked really can't connect
- def test_certificate_revocation
+ def test_xcertificate_revocation
Puppet[:autosign] = true
serverpid, server = mk_status_server