HHH-14280 Fix test failures
This commit is contained in:
parent
c249b019e6
commit
98c9cf136c
|
@ -55,7 +55,7 @@ public class ManyToOneNotAuditedMulIdTest extends BaseEnversJPAFunctionalTestCas
|
||||||
assertEquals( str2, entity.str );
|
assertEquals( str2, entity.str );
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity(name = "ManyToOneNotAudited")
|
||||||
@IdClass(MulId.class)
|
@IdClass(MulId.class)
|
||||||
public static class ManyToOneNotAuditedMulIdTestEntity {
|
public static class ManyToOneNotAuditedMulIdTestEntity {
|
||||||
@Id
|
@Id
|
||||||
|
|
Loading…
Reference in New Issue