clean-up, get ready to test set
This commit is contained in:
parent
5689c08bbc
commit
119e5d9645
1 changed files with 6 additions and 1 deletions
|
|
@ -97,10 +97,15 @@ my $instanceWorkflow = $instance->getWorkflow;
|
||||||
is($instanceWorkflow->getId, $wf->getId, 'getWorkflow returns a copy of the workflow for the instance');
|
is($instanceWorkflow->getId, $wf->getId, 'getWorkflow returns a copy of the workflow for the instance');
|
||||||
is($instanceWorkflow->getId, $wf->getId, 'getWorkflow, caching check');
|
is($instanceWorkflow->getId, $wf->getId, 'getWorkflow, caching check');
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# set
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Cleanup
|
# Cleanup
|
||||||
END {
|
END {
|
||||||
#$wf->delete; ##Deleting a Workflow deletes its instances, too.
|
$wf->delete; ##Deleting a Workflow deletes its instances, too.
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue