fix_bug: test transactional EntityView add TreadSleep
This commit is contained in:
parent
456ada0cd0
commit
e13c238f91
@ -815,6 +815,7 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDeleteEntityViewExceptionWithRelationsTransactional() throws Exception {
|
public void testDeleteEntityViewExceptionWithRelationsTransactional() throws Exception {
|
||||||
|
Thread.sleep(1000);
|
||||||
EntityViewId entityViewId = getNewSavedEntityView("EntityView for Test WithRelations Transactional Exception").getId();
|
EntityViewId entityViewId = getNewSavedEntityView("EntityView for Test WithRelations Transactional Exception").getId();
|
||||||
testEntityDaoWithRelationsTransactionalException(entityViewDao, tenantId, entityViewId, "/api/entityView/" + entityViewId);
|
testEntityDaoWithRelationsTransactionalException(entityViewDao, tenantId, entityViewId, "/api/entityView/" + entityViewId);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user