Skip to content

Commit

Permalink
Fix TestPolicyDrivenRoleLifecycle
Browse files Browse the repository at this point in the history
1) added midpoint-localization dependency to certification-impl
2) fixed operation result handling in Clockwork
  • Loading branch information
mederly committed Aug 9, 2019
1 parent baee434 commit 78434d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions model/certification-impl/pom.xml
Expand Up @@ -200,6 +200,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down
Expand Up @@ -249,6 +249,7 @@ public <F extends ObjectType> HookOperationMode run(LensContext<F> context, Task
TracingAppender.terminateCollecting(); // todo reconsider
LevelOverrideTurboFilter.cancelLoggingOverride(); // todo reconsider
}
result.computeStatusIfUnknown();
}
}

Expand Down

0 comments on commit 78434d5

Please sign in to comment.