HHH-7664 5.0.0 unit test clean-up

This commit is contained in:
brmeyer 2012-10-15 17:28:31 -04:00
parent f6787672ec
commit 08a756a23f
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}