HHH-7265 : Test case to repro ConcurrentModificationException

This commit is contained in:
Gail Badner 2012-04-20 17:24:40 -07:00
parent ac5ef8108a
commit 0a30003729

View File

@ -125,7 +125,6 @@ public void testImplicitJoiningWithExtraSynchronization() throws Exception {
entityManager.close();
//assertTrue( entityManager.isOpen() );
hibernateTransaction.registerSynchronization(
new Synchronization() {
public void beforeCompletion() {