File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/proxy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424import org .hibernate .internal .util .SerializationHelper ;
2525import org .hibernate .proxy .HibernateProxy ;
2626
27- import org .hibernate .testing .FailureExpected ;
2827import org .hibernate .testing .junit4 .BaseCoreFunctionalTestCase ;
28+ import org .hibernate .testing .orm .junit .JiraKey ;
2929import org .junit .Test ;
3030
3131import static org .junit .Assert .assertEquals ;
@@ -539,7 +539,7 @@ public void testRefreshLockInitializedProxy() {
539539 }
540540
541541 @ Test
542- @ FailureExpected ( jiraKey = "HHH-1645" , message = "Session.refresh with LockOptions does not work on uninitialized proxies " )
542+ @ JiraKey ( "HHH-1645" )
543543 public void testRefreshLockUninitializedProxy () {
544544 Session s = openSession ();
545545 Transaction t = s .beginTransaction ();
@@ -568,7 +568,7 @@ private static DataPoint newPersistentDataPoint(Session s) {
568568 }
569569
570570 @ Test
571- @ FailureExpected ( jiraKey = "HHH-1645" , message = "Session.refresh with LockOptions does not work on uninitialized proxies " )
571+ @ JiraKey ( "HHH-1645" )
572572 public void testRefreshLockUninitializedProxyThenRead () {
573573 Session s = openSession ();
574574 Transaction t = s .beginTransaction ();
You can’t perform that action at this time.
0 commit comments