mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-7265 : Test case to repro ConcurrentModificationException
This commit is contained in:
parent
ac5ef8108a
commit
0a30003729
@ -125,7 +125,6 @@ public void testImplicitJoiningWithExtraSynchronization() throws Exception {
|
||||
|
||||
entityManager.close();
|
||||
|
||||
//assertTrue( entityManager.isOpen() );
|
||||
hibernateTransaction.registerSynchronization(
|
||||
new Synchronization() {
|
||||
public void beforeCompletion() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user