ALF-11588 Fixed failing FormServiceImplTest.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32134 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2011-11-21 10:44:51 +00:00
parent aebbc9403f
commit 33e6a55826

View File

@@ -1452,9 +1452,9 @@ public class FormServiceImplTest extends BaseAlfrescoSpringTest
checkWorkflowForms("jbpm$wf:adhoc", "|Task Done"); checkWorkflowForms("jbpm$wf:adhoc", "|Task Done");
} }
public void DISABLED_testActivitiWorkflowForm() throws Exception public void testActivitiWorkflowForm() throws Exception
{ {
checkWorkflowForms("activiti$activitiAdhoc", "Next|Next"); checkWorkflowForms("activiti$activitiAdhoc", "Next|Task Done");
} }
private void checkWorkflowForms(String workflowDefName, String transitionLabels) throws Exception private void checkWorkflowForms(String workflowDefName, String transitionLabels) throws Exception