HHH-7666 Replace unit tests' use of configuration()
This commit is contained in:
parent
30ac6cf21a
commit
f0514cbcd8
|
@ -69,7 +69,7 @@ public class DDLTest extends BaseCoreFunctionalTestCase {
|
|||
@FailureExpectedWithNewMetamodel
|
||||
@Test
|
||||
public void testApplyOnManyToOne() throws Exception {
|
||||
Column column = SchemaUtil.getColumn( TvOwner.class, "tv", metadata() );
|
||||
Column column = SchemaUtil.getColumn( TvOwner.class, "tv_serial", metadata() );
|
||||
assertEquals( "Validator annotations not applied on associations", false, column.isNullable() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue