summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2010-04-12 22:33:32 -0700
committerJames Turnbull <james@lovedthanlost.net>2010-05-02 18:01:24 +1000
commit5258a0afccf0563d3000c63e261c201115c31c33 (patch)
treef1016e3124eda9250aab8e4134a22243874e421d /test
parentbcde541e4433aa46c9f922b01e34368a09abb7e8 (diff)
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 57a3a1cd8..6b623b277 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -555,11 +555,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?