|
|
|
@ -814,7 +814,6 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes |
|
|
|
|
|
|
|
@Test |
|
|
|
public void testDeleteEntityViewExceptionWithRelationsTransactional() throws Exception { |
|
|
|
Thread.sleep(1000); |
|
|
|
EntityViewId entityViewId = getNewSavedEntityView("EntityView for Test WithRelations Transactional Exception").getId(); |
|
|
|
testEntityDaoWithRelationsTransactionalException(entityViewDao, tenantId, entityViewId, "/api/entityView/" + entityViewId); |
|
|
|
} |
|
|
|
|