summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2010-04-12 22:33:32 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitee0cc07544df334cdc549907b4dca8d8d115b7b7 (patch)
tree647930e81adb8b36595d293121b762b26c8b0f87 /test
parent11189fb1fcf8fb410df3c833d20decb2ec7aa8c2 (diff)
downloadpuppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.tar.gz
puppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.tar.xz
puppet-ee0cc07544df334cdc549907b4dca8d8d115b7b7.zip
Fixing #3533 - Removing all transaction cleanup
It's really slow and has no actual functionality any more, since we just remove the catalogs from memory anyway. This should be a good speed boost for very little effort. Signed-off-by: Luke Kanies <luke@puppetlabs.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/transactions.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/other/transactions.rb b/test/other/transactions.rb
index 9a3afbd7a..5c21755fb 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -150,11 +150,6 @@ class TestTransactions < Test::Unit::TestCase
"Generated %s was not a vertex" % name)
assert($finished.include?(name), "%s was not finished" % name)
end
-
- # Now make sure that cleanup gets rid of those generated types.
- assert_nothing_raised do
- trans.cleanup
- end
end
def test_ignore_tags?