[midPoint-git] [Evolveum/midpoint] 1a54b5: CurrentTestResultHolder replaced by MidpointTestCo...
virgo47
noreply at github.com
Tue Aug 2 01:25:13 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 1a54b53658cb0212c84e18ed065f9f9bd0c65c48
https://github.com/Evolveum/midpoint/commit/1a54b53658cb0212c84e18ed065f9f9bd0c65c48
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M model/model-intest/src/test/resources/common/role-autocratic.xml
M model/model-intest/src/test/resources/common/role-autotesters.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/MidpointTestContextWithTask.java
Log Message:
-----------
CurrentTestResultHolder replaced by MidpointTestContextWithTask
Older listener was easy to replace by newer context class.
MidpointTestContextWithTask context is now single static field,
previously it was thread-local, but we don't run tests in parallel.
This also allows to use the test context in other threads.
More information about the midPoint-svn
mailing list