summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-06 04:21:26 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-06 04:21:26 +0000
commitf7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46 (patch)
treea3f118331931965bdc6ca554116ea9537ac02308 /test
parent21244f4f69c89f92b0ec451e5122774de3c548e3 (diff)
downloadpuppet-f7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46.tar.gz
puppet-f7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46.tar.xz
puppet-f7a5f87cbbbb2a0895e2174ad5d25e6f3f7aad46.zip
removing DEFAULTPORT stuff
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@626 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/tc_filebucket.rb8
1 files changed, 4 insertions, 4 deletions
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)