[jboss-user] [JBoss jBPM] - Re: process versioning + swimlane with pooledActors

yoyoyoyo do-not-reply at jboss.com
Thu Apr 12 19:36:20 EDT 2007


Sorry there was a typo. But the claim remains. The code for the suite should be:


  | 	public static Test suite() {
  | 		TestSuite suite = new TestSuite("Test for jbpm");
  | 		//$JUnit-BEGIN$
  | 		suite.addTest(new JbpmTest("testCleanUp"));
  | 		suite.addTest(new JbpmTest("testDeployProcessXml"));
  | 		
  | 		//start a process instance
  | 		suite.addTest(new JbpmTest("testCreateStartTaskInstance"));
  | 		
  | 		//do some changes in TaskMgmtDefinition
  | 		suite.addTest(new JbpmTest("testChangeProcessDefinition"));
  | 
  | 		//complete the already assigned taskInstance
  | 		suite.addTest(new JbpmTest("testCompleteTask"));
  | 		
  | 		//test if the processInstance is still using the old process definition, but failed here
  | 		suite.addTest(new JbpmTest("testPooledTaskInstances"));
  | 		//$JUnit-END$
  | 		return suite;
  | 	}
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036914#4036914

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036914



More information about the jboss-user mailing list