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;
|
package org.hibernate.metamodel.spi.binding;
|
||||||
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import org.hibernate.metamodel.MetadataSources;
|
import org.hibernate.metamodel.MetadataSources;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Basic tests of annotation based binding code
|
* Basic tests of annotation based binding code
|
||||||
|
@ -57,7 +56,6 @@ public class BasicAnnotationBindingTests extends AbstractBasicBindingTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Test
|
@Test
|
||||||
// @FailureExpectedWithNewMetamodel(jiraKey = "HHH-7549")
|
|
||||||
public void testEntityWithManyToOneMapping() {
|
public void testEntityWithManyToOneMapping() {
|
||||||
super.testEntityWithManyToOneMapping();
|
super.testEntityWithManyToOneMapping();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue