From f7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 6 Sep 2005 04:21:26 +0000 Subject: removing DEFAULTPORT stuff git-svn-id: https://reductivelabs.com/svn/puppet/trunk@626 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/types/tc_filebucket.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/types/tc_filebucket.rb b/test/types/tc_filebucket.rb index 5fc8e2d6e..6a2fd6c50 100755 --- a/test/types/tc_filebucket.rb +++ b/test/types/tc_filebucket.rb @@ -131,7 +131,7 @@ class TestFileBucket < Test::Unit::TestCase file = mktestfile() assert_nothing_raised { - file[:filebucket] = name + file[:backup] = ["filebucket", name] } opath = "/tmp/anotherbuckettest" @@ -140,9 +140,9 @@ class TestFileBucket < Test::Unit::TestCase origmd5 = File.open(file.name) { |f| newmd5 = Digest::MD5.hexdigest(f.read) } file[:source] = opath - assert_nothing_raised { - file[:backup] = true - } + #assert_nothing_raised { + # file[:backup] = true + #} comp = newcomp("yaytest", file) -- cgit