From ee0cc07544df334cdc549907b4dca8d8d115b7b7 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 12 Apr 2010 22:33:32 -0700 Subject: 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 --- test/other/transactions.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') 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? -- cgit