TSK-549: removed unused SQLException from method signature.
This commit is contained in:
parent
a93c408cc3
commit
6e42863f07
|
@ -150,7 +150,7 @@ public class CreateWorkbasketAccTest extends AbstractAccTest {
|
||||||
groupNames = {"businessadmin"})
|
groupNames = {"businessadmin"})
|
||||||
@Test(expected = WorkbasketAlreadyExistException.class)
|
@Test(expected = WorkbasketAlreadyExistException.class)
|
||||||
public void testThrowsExceptionIfWorkbasketWithCaseInsensitiveSameKeyDomainIsCreated()
|
public void testThrowsExceptionIfWorkbasketWithCaseInsensitiveSameKeyDomainIsCreated()
|
||||||
throws SQLException, NotAuthorizedException, InvalidArgumentException, WorkbasketNotFoundException,
|
throws NotAuthorizedException, InvalidArgumentException, WorkbasketNotFoundException,
|
||||||
InvalidWorkbasketException, WorkbasketAlreadyExistException, DomainNotFoundException {
|
InvalidWorkbasketException, WorkbasketAlreadyExistException, DomainNotFoundException {
|
||||||
WorkbasketService workbasketService = taskanaEngine.getWorkbasketService();
|
WorkbasketService workbasketService = taskanaEngine.getWorkbasketService();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue