Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 27, 2016
2 parents 2a20c0b + f6311a0 commit fc073da
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -628,8 +628,8 @@ public void test369DeleteResourceNoConfiguration() throws Exception {
// THEN
result.computeStatus();
display("getObject result", result);
assertEquals("Expected partial errror in result", OperationResultStatus.PARTIAL_ERROR, result.getStatus());
TestUtil.assertSuccess(result);

assertNoObject(ResourceType.class, RESOURCE_DUMMY_NO_CONFIGURATION_OID, task, result);
}

Expand Down

0 comments on commit fc073da

Please sign in to comment.