summaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@reductivelabs.com>2010-03-26 16:55:10 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit76274413ded0c9260532984eb9484c6db9e186cf (patch)
treeb0a886aa3da9a3f275e2d4682c401441b15de314 /test/lib
parent9d9b20f4e6d4bd3501033d58b0e93411e40a147a (diff)
Fixing most failing test/ tests.
This is mostly just adjusting existing tests to meet new APIs, but it's a small amount of fixing the code to meet new standards and an even smaller amount of porting code over. Signed-off-by: Luke Kanies <luke@reductivelabs.com>
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/puppettest/support/assertions.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/puppettest/support/assertions.rb b/test/lib/puppettest/support/assertions.rb
index 052c6b42d..ec0712d15 100644
--- a/test/lib/puppettest/support/assertions.rb
+++ b/test/lib/puppettest/support/assertions.rb
@@ -36,10 +36,6 @@ module PuppetTest
FileUtils.rm(filename)
end
- def assert_rollback_events(trans, events, msg = nil)
- run_events(:rollback, trans, events, msg)
- end
-
def assert_events(events, *resources)
trans = nil
comp = nil