[SPR-5315][SPR-5699] Reverted changes to TransactionalTestExecutionListener: transactions are no longer automatically flushed before rolling back.

This commit is contained in:
Sam Brannen
2009-07-21 11:03:59 +00:00
parent ec2833cd63
commit ee1938eb74
2 changed files with 13 additions and 16 deletions

View File

@@ -499,7 +499,6 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis
public void endTransaction(boolean rollback) {
if (rollback) {
this.transactionStatus.flush();
this.transactionManager.rollback(this.transactionStatus);
}
else {