summaryrefslogtreecommitdiffstats
path: root/test/lib/puppettest/support/assertions.rb
diff options
context:
space:
mode:
authorballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 01:51:20 +0000
committerballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 01:51:20 +0000
commitc1643600e1130e2ddd112abcf16bb040fbffe0bf (patch)
tree73db9055495e529b0cac11ba8e81eb910db1e6a5 /test/lib/puppettest/support/assertions.rb
parent8f187461a357898395ded25fb0c29a0d90a76896 (diff)
downloadpuppet-c1643600e1130e2ddd112abcf16bb040fbffe0bf.tar.gz
puppet-c1643600e1130e2ddd112abcf16bb040fbffe0bf.tar.xz
puppet-c1643600e1130e2ddd112abcf16bb040fbffe0bf.zip
Merging of refactor-transacton to the trunk. This work removes the :is attribute from properties and relies on the provider to cache or return the current value of the property.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2487 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib/puppettest/support/assertions.rb')
-rw-r--r--test/lib/puppettest/support/assertions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/puppettest/support/assertions.rb b/test/lib/puppettest/support/assertions.rb
index 979f3fbd9..9369f17e7 100644
--- a/test/lib/puppettest/support/assertions.rb
+++ b/test/lib/puppettest/support/assertions.rb
@@ -34,8 +34,8 @@ module PuppetTest
FileUtils.rm(filename)
end
- def assert_rollback_events(events, trans, msg = nil)
- run_events(:rollback, events, trans, msg)
+ def assert_rollback_events(trans, events, msg = nil)
+ run_events(:rollback, trans, events, msg)
end
def assert_events(events, *items)