clean-up, get ready to test set

This commit is contained in:
Colin Kuskie 2008-09-12 23:16:25 +00:00
parent 5689c08bbc
commit 119e5d9645

View file

@ -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, caching check');
###############################################################################
#
# set
#
###############################################################################
#----------------------------------------------------------------------------
# Cleanup
END {
#$wf->delete; ##Deleting a Workflow deletes its instances, too.
$wf->delete; ##Deleting a Workflow deletes its instances, too.
}