diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-11 23:32:15 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-11 23:32:15 +0000 |
| commit | b3eb9f1a24ec9d0fc294ce0fe57c929df8baedf5 (patch) | |
| tree | 0db7cb2f4adaace9e460ac31a101058183836910 /test/lib | |
| parent | e287d1e1f1f4ff912ad8c049f8abe44d085011fa (diff) | |
| download | puppet-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.rb | 1 |
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 |
