HHH-5994 - Inserts may be delayed because TransactionCoordinatorImpl.isTransactionInProgress() returns false for non-JTA transactions

This commit is contained in:
Steve Ebersole 2011-03-09 10:01:54 -06:00
parent 6e35a57870
commit 5492f60f06
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ public class MergeTest extends AbstractOperationTestCase {
cleanup();
}
public void testMergeManagedFailureExpected() throws Exception {
public void testMergeManaged() throws Exception {
SimpleJtaTransactionManagerImpl.getInstance().begin();
Session s = openSession();