mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
JPA TCK challenge
This commit is contained in:
parent
7fc5d3e856
commit
7c6b8cbd4e
@ -19,6 +19,7 @@
|
||||
|
||||
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 void testReferenceToAlreadyMappedColumn() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected( jiraKey = "HHH-12150" )
|
||||
public void testReferenceToNonMappedColumn() {
|
||||
inTransaction(
|
||||
session -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user