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