Skip to content

Commit 55d4385

Browse files
committed
HHH-16572 LazyLoadingByEnhancerSetterTest is expected to pass now
Signed-off-by: Scott Marlow <[email protected]>
1 parent 03a4bee commit 55d4385

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/LazyLoadingByEnhancerSetterTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhanced;
1212
import org.hibernate.testing.orm.junit.DomainModel;
13-
import org.hibernate.testing.orm.junit.FailureExpected;
1413
import org.hibernate.testing.orm.junit.JiraKey;
1514
import org.hibernate.testing.orm.junit.ServiceRegistry;
1615
import org.hibernate.testing.orm.junit.SessionFactory;
@@ -79,7 +78,7 @@ public void testField(SessionFactoryScope scope) {
7978
}
8079

8180
@Test
82-
@FailureExpected( jiraKey = "HHH-10747" )
81+
// failure doesn't occur with HHH-16572 change @FailureExpected( jiraKey = "HHH-10747" )
8382
public void testProperty(SessionFactoryScope scope) {
8483
scope.inTransaction( s -> {
8584
ItemProperty input = new ItemProperty();

0 commit comments

Comments
 (0)