Skip to content

Commit

Permalink
Adapt CleanupTest to fix for MID-5033
Browse files Browse the repository at this point in the history
(only tasks that are closed can be cleaned up)
  • Loading branch information
mederly committed Feb 15, 2019
1 parent 17c5f9f commit d0eb77e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</description>
<taskIdentifier>1238546</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<executionStatus>runnable</executionStatus>
<executionStatus>closed</executionStatus>

<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/live-sync/handler-3</handlerUri>
<recurrence>recurring</recurrence>
Expand All @@ -57,6 +57,7 @@
<taskIdentifier>1238546-1</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<parent>1238546</parent>
<executionStatus>closed</executionStatus>
<completionTimestamp>2013-05-07T10:38:21.350+02:00</completionTimestamp>
</task>

Expand All @@ -65,6 +66,7 @@
<taskIdentifier>1238546-2</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<parent>1238546</parent>
<executionStatus>closed</executionStatus>
<completionTimestamp>2013-05-07T10:38:21.350+02:00</completionTimestamp>
</task>

Expand All @@ -76,7 +78,7 @@
</description>
<taskIdentifier>1238547</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<executionStatus>runnable</executionStatus>
<executionStatus>closed</executionStatus>

<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/live-sync/handler-3</handlerUri>
<recurrence>recurring</recurrence>
Expand All @@ -94,7 +96,7 @@
</description>
<taskIdentifier>1238548</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<executionStatus>runnable</executionStatus>
<executionStatus>closed</executionStatus>

<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/live-sync/handler-3</handlerUri>
<recurrence>recurring</recurrence>
Expand Down

0 comments on commit d0eb77e

Please sign in to comment.