HHH-11882 - Fix test causing failures
This commit is contained in:
parent
af4f63aff7
commit
bc05ff24bc
|
@ -50,8 +50,6 @@ public class TestLazyPropertyOnPreUpdate extends BaseEntityManagerFunctionalTest
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void prepare() throws Exception {
|
public void prepare() throws Exception {
|
||||||
buildEntityManagerFactory();
|
|
||||||
|
|
||||||
EntityPersister ep = entityManagerFactory().getMetamodel().entityPersister( EntityWithLazyProperty.class.getName() );
|
EntityPersister ep = entityManagerFactory().getMetamodel().entityPersister( EntityWithLazyProperty.class.getName() );
|
||||||
assertTrue( ep.getInstrumentationMetadata().isEnhancedForLazyLoading() );
|
assertTrue( ep.getInstrumentationMetadata().isEnhancedForLazyLoading() );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue