HHH-11155 - Lazy properties are not updated if not all lazy properties (e.g. collections) are initialized

This commit is contained in:
Steve Ebersole 2016-11-09 22:28:35 -06:00
parent e17d2f01dc
commit f2ba4b9cee
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}