HHH-8739 corrected test

This commit is contained in:
Brett Meyer 2014-03-10 14:41:04 -04:00
parent 57b5dccb78
commit 3cd69af333
1 changed files with 7 additions and 9 deletions

View File

@ -23,23 +23,21 @@
*/ */
package org.hibernate.jpa.test.transaction; package org.hibernate.jpa.test.transaction;
import static org.junit.Assert.fail;
import java.util.Map;
import javax.persistence.EntityManager; import javax.persistence.EntityManager;
import javax.transaction.RollbackException; import javax.transaction.RollbackException;
import javax.transaction.Status; import javax.transaction.Status;
import javax.transaction.SystemException; import javax.transaction.SystemException;
import java.util.Map;
import org.hibernate.HibernateException; import org.hibernate.HibernateException;
import org.hibernate.jpa.AvailableSettings; import org.hibernate.ejb.AvailableSettings;
import org.hibernate.jpa.test.BaseEntityManagerFunctionalTestCase; import org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase;
import org.junit.Ignore;
import org.junit.Test;
import org.hibernate.testing.jta.TestingJtaBootstrap; import org.hibernate.testing.jta.TestingJtaBootstrap;
import org.hibernate.testing.jta.TestingJtaPlatformImpl; import org.hibernate.testing.jta.TestingJtaPlatformImpl;
import org.junit.Test;
import static org.junit.Assert.fail;
/** /**
* Recreate test failure that occurs when three threads share the same entity manager and * Recreate test failure that occurs when three threads share the same entity manager and