Fix a test that is leaking a workflow. Add workflow cleanup code to WebGUI::Test.
This commit is contained in:
parent
73df992b1e
commit
64e78690d9
2 changed files with 46 additions and 8 deletions
|
|
@ -89,6 +89,7 @@ my $workflow = WebGUI::Workflow->create($session,
|
|||
mode => 'realtime',
|
||||
},
|
||||
);
|
||||
WebGUI::Test->workflowsToDelete($workflow);
|
||||
|
||||
WebGUI::Test->originalConfig('workflowActivities');
|
||||
$session->config->addToArray('workflowActivities/User', 'WebGUI::Workflow::Activity::AddUserToGroup');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue