HHH-8126 migrate HEM to metamodel branch

This commit is contained in:
Strong Liu 2013-04-02 16:31:43 +08:00
parent 65f204fb72
commit b10f6c5d24
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.criterion.Restrictions;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.TestForIssue;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
@ -38,7 +37,6 @@ import static org.junit.Assert.assertEquals;
/**
* @author Emmanuel Bernard
*/
@FailureExpectedWithNewMetamodel
public class IdManyToOneTest extends BaseCoreFunctionalTestCase {
@Test
public void testFkCreationOrdering() throws Exception {