public void RollbackNoWork(TestCaseResult result) { CheckTransactionCapable(result); CheckTable(result); VirtuosoTransaction t = connection.BeginTransaction(); result.FailIfNotSame(connection, t.Connection); t.Rollback(); CheckTable(result); }