summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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?