Skip to content

Commit

Permalink
certification-impl: test compilation fixes around obtaining tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 1, 2020
1 parent ba018fb commit 0100a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -835,7 +835,7 @@ public void test320CheckAfterClose() throws Exception {
login(userAdministrator.asPrismObject());

// GIVEN
Task task = taskManager.createTaskInstance(TestCertificationBasic.class.getName() + "." + TEST_NAME);
Task task = getTestTask();
task.setOwner(userAdministrator.asPrismObject());
OperationResult result = task.getResult();

Expand Down
Expand Up @@ -440,7 +440,7 @@ public void test210CheckAfterClose() throws Exception {
login(userAdministrator.asPrismObject());

// GIVEN
Task task = taskManager.createTaskInstance(TestCertificationBasic.class.getName() + "." + TEST_NAME);
Task task = getTestTask();
task.setOwner(userAdministrator.asPrismObject());
OperationResult result = task.getResult();

Expand Down

0 comments on commit 0100a4e

Please sign in to comment.