[jbpm-commits] JBoss JBPM SVN: r5729 - jbpm4/trunk/modules/test-cactus.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 12 03:23:49 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-10-12 03:23:49 -0400 (Mon, 12 Oct 2009)
New Revision: 5729

Modified:
   jbpm4/trunk/modules/test-cactus/pom.xml
Log:
added removal of the existing original test-suite-source file to the runtest scripts in the pom. 

Modified: jbpm4/trunk/modules/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2009-10-12 06:48:23 UTC (rev 5728)
+++ jbpm4/trunk/modules/test-cactus/pom.xml	2009-10-12 07:23:49 UTC (rev 5729)
@@ -179,6 +179,7 @@
 		              <tasks>
 		                <property name="test_classpath" refid="maven.test.classpath"/>
 		                <echo message="${test_classpath}" />
+		                <delete file="src/test/java/org/jbpm/test/AllIntegrationTests.java" />
 		                <java classname="org.jbpm.cactustool.CactusTestGenerator">
 		                  <classpath path="${test_classpath}"/>
 		                  <arg line="src/test/java ../examples/src/test/java ../test-db/src/test/java" />



More information about the jbpm-commits mailing list