diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 22:48:57 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 22:48:57 +0000 |
| commit | 6b85962b0c519157fac3376e0baf262f0ce38bf7 (patch) | |
| tree | fd17944aa3ec575e242f54e4c281cd9e5c548e04 /test/rails | |
| parent | 8eddd4bcd23923a166e1ab7d81be1c1f2d341cdf (diff) | |
| download | puppet-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-x | test/rails/host.rb | 1 |
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") |
