HHH-7459 fixing org.hibernate.test.annotations.manytoone.referencedcolumnname.ManyToOneReferencedColumnNameTest, for now add a Failure expected annotation on it
This commit is contained in:
parent
67e05c4467
commit
fd6cacd6f4
|
@ -29,6 +29,7 @@ import org.junit.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.testing.DialectChecks;
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
import org.hibernate.testing.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
|
||||
|
@ -38,6 +39,7 @@ import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
|||
public class ManyToOneReferencedColumnNameTest extends BaseCoreFunctionalTestCase {
|
||||
@Test
|
||||
@RequiresDialectFeature(DialectChecks.SupportsIdentityColumns.class)
|
||||
@FailureExpectedWithNewMetamodel
|
||||
public void testReoverableExceptionInFkOrdering() throws Exception {
|
||||
//SF should not blow up
|
||||
Vendor v = new Vendor();
|
||||
|
|
Loading…
Reference in New Issue