JPA TCK challenge

This commit is contained in:
Steve Ebersole 2017-12-11 13:56:41 -06:00
parent 7fc5d3e856
commit 7c6b8cbd4e
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import javax.persistence.Table;
import org.hibernate.boot.MetadataSources;
import org.hibernate.testing.FailureExpected;
import org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase;
import org.junit.Test;
@ -63,6 +64,7 @@ public class MapKeyColumnOneToManyFKTest extends BaseNonConfigCoreFunctionalTest
}
@Test
@FailureExpected( jiraKey = "HHH-12150" )
public void testReferenceToNonMappedColumn() {
inTransaction(
session -> {