We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b314b5 commit 1e1d373Copy full SHA for 1e1d373
hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
@@ -36,7 +36,6 @@
36
import org.hibernate.Transaction;
37
import org.hibernate.engine.query.spi.HQLQueryPlan;
38
import org.hibernate.hql.spi.QueryTranslator;
39
-import org.hibernate.testing.FailureExpectedWithNewMetamodel;
40
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
41
42
import static org.junit.Assert.assertEquals;
@@ -46,7 +45,6 @@
46
45
/**
47
* @author Gavin King
48
*/
49
-@FailureExpectedWithNewMetamodel
50
public class CompositeIdTest extends BaseCoreFunctionalTestCase {
51
@Override
52
public String[] getMappings() {
0 commit comments