HHH-7664 5.0.0 unit test clean-up
This commit is contained in:
parent
f6787672ec
commit
08a756a23f
|
@ -23,9 +23,8 @@
|
|||
*/
|
||||
package org.hibernate.metamodel.spi.binding;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import org.hibernate.metamodel.MetadataSources;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Basic tests of annotation based binding code
|
||||
|
@ -57,7 +56,6 @@ public class BasicAnnotationBindingTests extends AbstractBasicBindingTests {
|
|||
|
||||
@Override
|
||||
@Test
|
||||
// @FailureExpectedWithNewMetamodel(jiraKey = "HHH-7549")
|
||||
public void testEntityWithManyToOneMapping() {
|
||||
super.testEntityWithManyToOneMapping();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue