diff options
| author | Luke Kanies <luke@madstop.com> | 2007-11-24 14:55:01 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-11-24 14:55:01 -0600 |
| commit | 1b7f0ee67a7589e824c705c4f6f06fd6c59bc586 (patch) | |
| tree | 6f8ae366bf64e71e3f37bf73a2664be320b13ab2 /test/network/handler | |
| parent | e53693e3ff244f8e782b5dc863aa659d46f9a286 (diff) | |
| parent | 8de1412d97ac9d80500efb5cb94451ab67908448 (diff) | |
| download | puppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.tar.gz puppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.tar.xz puppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.zip | |
Merge branch 'wombles-patches'
Diffstat (limited to 'test/network/handler')
| -rwxr-xr-x | test/network/handler/bucket.rb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/test/network/handler/bucket.rb b/test/network/handler/bucket.rb index d72206e29..1a7063366 100755 --- a/test/network/handler/bucket.rb +++ b/test/network/handler/bucket.rb @@ -203,38 +203,6 @@ class TestBucket < Test::Unit::TestCase checkfiles(client) end - # test that things work over the wire - def test_webxmlmix - Puppet::Util::SUIDManager.stubs(:asuser).yields - - files = filelist() - - tmpdir = File.join(tmpdir(),"tmpfiledir") - @@tmpfiles << tmpdir - FileUtils.mkdir_p(tmpdir) - - Puppet[:autosign] = true - Puppet[:certname] = "localhost" - client = nil - port = Puppet[:masterport] - - pid = mkserver(:CA => {}, :FileBucket => { :Path => @bucket}) - - assert_nothing_raised { - client = Puppet::Network::Client.dipper.new( - :Server => "localhost", - :Port => @@port - ) - } - - checkfiles(client) - - unless pid - raise "Uh, we don't have a child pid" - end - Process.kill("TERM", pid) - end - def test_no_path_duplicates bucket = nil assert_nothing_raised { |
