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:
Steve Ebersole 2016-11-09 22:28:35 -06:00 committed by Gail Badner
parent 8390c50936
commit eed5f13b09
1 changed files with 1 additions and 0 deletions

View File

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