HHH-7916 @NotFound.IGNORE

This commit is contained in:
Strong Liu 2013-01-12 04:29:17 +08:00
parent 29916adccb
commit ecf0114a63

View File

@ -30,7 +30,6 @@
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.criterion.Restrictions;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import static org.junit.Assert.assertNotNull;
@ -40,7 +39,6 @@
/**
* @author Gavin King
*/
@FailureExpectedWithNewMetamodel
public class UnconstrainedTest extends BaseCoreFunctionalTestCase {
@Override
public String[] getMappings() {