mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 06:34:50 +00:00
HHH-1645 enabled test for issue
This commit is contained in:
parent
e32d11ef6b
commit
49190fda66
@ -24,8 +24,8 @@
|
||||
import org.hibernate.internal.util.SerializationHelper;
|
||||
import org.hibernate.proxy.HibernateProxy;
|
||||
|
||||
import org.hibernate.testing.FailureExpected;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
import org.hibernate.testing.orm.junit.JiraKey;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
@ -539,7 +539,7 @@ public void testRefreshLockInitializedProxy() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected( jiraKey = "HHH-1645", message = "Session.refresh with LockOptions does not work on uninitialized proxies" )
|
||||
@JiraKey( "HHH-1645" )
|
||||
public void testRefreshLockUninitializedProxy() {
|
||||
Session s = openSession();
|
||||
Transaction t = s.beginTransaction();
|
||||
@ -568,7 +568,7 @@ private static DataPoint newPersistentDataPoint(Session s) {
|
||||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected( jiraKey = "HHH-1645", message = "Session.refresh with LockOptions does not work on uninitialized proxies" )
|
||||
@JiraKey( "HHH-1645" )
|
||||
public void testRefreshLockUninitializedProxyThenRead() {
|
||||
Session s = openSession();
|
||||
Transaction t = s.beginTransaction();
|
||||
|
Loading…
x
Reference in New Issue
Block a user