summaryrefslogtreecommitdiffstats
path: root/test/network/handler
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-24 14:55:01 -0600
committerLuke Kanies <luke@madstop.com>2007-11-24 14:55:01 -0600
commit1b7f0ee67a7589e824c705c4f6f06fd6c59bc586 (patch)
tree6f8ae366bf64e71e3f37bf73a2664be320b13ab2 /test/network/handler
parente53693e3ff244f8e782b5dc863aa659d46f9a286 (diff)
parent8de1412d97ac9d80500efb5cb94451ab67908448 (diff)
downloadpuppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.tar.gz
puppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.tar.xz
puppet-1b7f0ee67a7589e824c705c4f6f06fd6c59bc586.zip
Merge branch 'wombles-patches'
Diffstat (limited to 'test/network/handler')
-rwxr-xr-xtest/network/handler/bucket.rb32
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 {