Skip to content

Commit c35fc39

Browse files
committed
HHH-7832 - map entity mode support, not finished yet
1 parent 01bab54 commit c35fc39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
import org.junit.Test;
2929

3030
import org.hibernate.Session;
31+
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
3132
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
3233

3334
/**
3435
* @author Steve Ebersole
3536
*/
37+
@FailureExpectedWithNewMetamodel
3638
public class SubclassDynamicMapTest extends BaseCoreFunctionalTestCase {
3739
@Override
3840
public String[] getMappings() {

0 commit comments

Comments
 (0)