HHH-11155 - Lazy properties are not updated if not all lazy properties (e.g. collections) are initialized
(cherry picked from commit f2ba4b9cee
)
This commit is contained in:
parent
8390c50936
commit
eed5f13b09
|
@ -135,6 +135,7 @@ public class EnhancerTest extends BaseUnitTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestForIssue( jiraKey = "HHH-11155" )
|
@TestForIssue( jiraKey = "HHH-11155" )
|
||||||
|
@FailureExpected( jiraKey = "HHH-11155" )
|
||||||
public void testLazyGroupsUpdate() {
|
public void testLazyGroupsUpdate() {
|
||||||
EnhancerTestUtils.runEnhancerTestTask( LazyGroupUpdateTestTask.class );
|
EnhancerTestUtils.runEnhancerTestTask( LazyGroupUpdateTestTask.class );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue