summaryrefslogtreecommitdiffstats
path: root/test/rails
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 22:48:57 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 22:48:57 +0000
commit6b85962b0c519157fac3376e0baf262f0ce38bf7 (patch)
treefd17944aa3ec575e242f54e4c281cd9e5c548e04 /test/rails
parent8eddd4bcd23923a166e1ab7d81be1c1f2d341cdf (diff)
downloadpuppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.tar.gz
puppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.tar.xz
puppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.zip
The first round of fixes for failing tests.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2296 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/rails')
-rwxr-xr-xtest/rails/host.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rails/host.rb b/test/rails/host.rb
index e8b9a1603..be8bbc288 100755
--- a/test/rails/host.rb
+++ b/test/rails/host.rb
@@ -155,6 +155,7 @@ class TestRailsHost < Test::Unit::TestCase
# I expect it's a caching problem.
count = 0
host.resources.find(:all).find_all { |r| r.title =~ /file2/ }.each do |r|
+ r.save
puts "%s => %s" % [r.ref, r.parameters.inspect]
assert_equal("notice", r.parameter("loglevel"),
"loglevel was not added")