Skip to content

Commit 7cc928d

Browse files
cigalymbellade
authored andcommitted
HHH-18384 Removing @FailureExpected annotation from test case
1 parent e53ff58 commit 7cc928d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/JoinColumnAndFormulaTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import org.hibernate.testing.orm.junit.DomainModel;
1515
import org.hibernate.testing.orm.junit.DomainModelScope;
16-
import org.hibernate.testing.orm.junit.FailureExpected;
1716
import org.hibernate.testing.orm.junit.ServiceRegistry;
1817
import org.hibernate.testing.orm.junit.Setting;
1918
import org.junit.jupiter.api.Test;
@@ -40,7 +39,6 @@ void testAnnotations(DomainModelScope domainModelScope) {
4039
@Test
4140
@ServiceRegistry( settings = @Setting( name= MappingSettings.TRANSFORM_HBM_XML, value = "true" ) )
4241
@DomainModel( xmlMappings = "mappings/models/hbm/joinformula/many-to-one-join-column-and-formula.xml" )
43-
@FailureExpected( reason = "@JoinColumnsOrFormulas broken", jiraKey = "https://hibernate.atlassian.net/browse/HHH-18384" )
4442
void testHbmXmlTransformed(DomainModelScope domainModelScope) {
4543
verifyMapping( domainModelScope );
4644
}

0 commit comments

Comments
 (0)