Skip to content

Commit

Permalink
HHH-9055 : Tests that fail due to association with an entity with @Id…
Browse files Browse the repository at this point in the history
…Class
  • Loading branch information
gbadner committed Mar 26, 2014
1 parent b906631 commit 17a4568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Expand Up @@ -34,12 +34,14 @@
import org.hibernate.envers.test.entities.ids.MulId;
import org.hibernate.envers.test.entities.onetomany.ids.SetRefEdMulIdEntity;
import org.hibernate.envers.test.entities.onetomany.ids.SetRefIngMulIdEntity;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;

import org.junit.Test;

/**
* @author Adam Warski (adam at warski dot org)
*/
@FailureExpectedWithNewMetamodel( jiraKey = "HHH-9055 : Association with an entity with @IdClass is broken." )
public class BasicSetWithMulId extends BaseEnversJPAFunctionalTestCase {
private MulId ed1_id;
private MulId ed2_id;
Expand Down
Expand Up @@ -33,12 +33,14 @@
import org.hibernate.envers.test.entities.ids.MulIdTestEntity;
import org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityMulId;
import org.hibernate.envers.test.tools.TestTools;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;

import org.junit.Test;

/**
* @author Adam Warski (adam at warski dot org)
*/
@FailureExpectedWithNewMetamodel( jiraKey = "HHH-9055 : Association with an entity with @IdClass is broken." )
public class BasicDetachedSetWithMulId extends BaseEnversJPAFunctionalTestCase {
private MulId str1_id;
private MulId str2_id;
Expand Down
Expand Up @@ -35,6 +35,7 @@
import org.hibernate.envers.test.entities.onetomany.ids.SetRefEdMulIdEntity;
import org.hibernate.envers.test.entities.onetomany.ids.SetRefIngMulIdEntity;
import org.hibernate.envers.test.tools.TestTools;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;

import org.junit.Test;

Expand All @@ -44,6 +45,7 @@
* @author Adam Warski (adam at warski dot org)
*/
@SuppressWarnings({"unchecked"})
@FailureExpectedWithNewMetamodel( jiraKey = "HHH-9055 : Association with an entity with @IdClass is broken." )
public class MulIdOneToManyQuery extends BaseEnversJPAFunctionalTestCase {
private MulId id1;
private MulId id2;
Expand Down

0 comments on commit 17a4568

Please sign in to comment.