summaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-11 23:32:15 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-11 23:32:15 +0000
commitb3eb9f1a24ec9d0fc294ce0fe57c929df8baedf5 (patch)
tree0db7cb2f4adaace9e460ac31a101058183836910 /test/lib
parente287d1e1f1f4ff912ad8c049f8abe44d085011fa (diff)
downloadpuppet-b3eb9f1a24ec9d0fc294ce0fe57c929df8baedf5.tar.gz
puppet-b3eb9f1a24ec9d0fc294ce0fe57c929df8baedf5.tar.xz
puppet-b3eb9f1a24ec9d0fc294ce0fe57c929df8baedf5.zip
All tests should now pass, with the possible exception of some tests that might fail when all tests are run in one process.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1906 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/puppettest/support/assertions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/puppettest/support/assertions.rb b/test/lib/puppettest/support/assertions.rb
index ac3baf4df..75056b0db 100644
--- a/test/lib/puppettest/support/assertions.rb
+++ b/test/lib/puppettest/support/assertions.rb
@@ -85,6 +85,7 @@ module PuppetTest
assert_nothing_raised("Failed to evaluate transaction") {
events = trans.evaluate.collect { |e| e.event }
}
+ trans.cleanup
Puppet.type(:component).delete(comp)
events
end