Actions
Task #879
closedHrEndContractProcessIntegrationTest consume ~5 minutes
Start date:
12/19/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
In HrEndContractProcessIntegrationTest tests is assigned all created roles in all test. This test consume ~5 minutes during testing. Please fix this behavior.
private void addRolesToContract(IdmIdentityContractDto contract) { roleService.find(null).forEach(role -> { IdmIdentityRoleDto d = new IdmIdentityRoleDto(); d.setRole(role.getId()); d.setAutomaticRole(false); d.setIdentityContract(contract.getId()); identityRoleService.save(d); }); }
Files
Actions