Fixed failing workflow-integration tests (completing task assignee now explicitally checked from current authenticated user, test din't set that)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@36139 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Frederik Heremans
2012-05-08 09:23:55 +00:00
parent e21cb4a442
commit 4a4fe653f2

View File

@@ -595,6 +595,7 @@ public abstract class AbstractWorkflowServiceIntegrationTest extends BaseSpringT
String workflowInstanceId = startAdhocWorkflow(workflowDef, USER2);
personManager.setUser(USER2);
// End start task to progress workflow
WorkflowTask startTask = workflowService.getStartTask(workflowInstanceId);
String startTaskId = startTask.getId();