HHH-5592 org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest hangs on postgresql
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20696 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
f518b84b1b
commit
998ef3d98a
|
@ -244,7 +244,8 @@ public class ImmutableNaturalIdTest extends AbstractJPATest {
|
|||
assertEquals( getSessions().getStatistics().getQueryCachePutCount(), 1 );
|
||||
|
||||
getSessions().getStatistics().clear();
|
||||
|
||||
s.getTransaction().commit();
|
||||
s.close();
|
||||
s = openSession();
|
||||
s.beginTransaction();
|
||||
u = ( User ) s.createCriteria( User.class )
|
||||
|
|
Loading…
Reference in New Issue