[jboss-cvs] JBossAS SVN: r111208 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 19 09:12:27 EDT 2011


Author: jcosta at redhat.com
Date: 2011-04-19 09:12:26 -0400 (Tue, 19 Apr 2011)
New Revision: 111208

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
JBPAPP-3308 EJBTHREE-2193 - Added test to no-start-jboss-ejb-tests target, so that it gets executed when running the test suite

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2011-04-19 12:45:41 UTC (rev 111207)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2011-04-19 13:12:26 UTC (rev 111208)
@@ -5112,10 +5112,13 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree2061"/>
       </antcall>
-	<antcall target="test" inheritRefs="true">
-		<param name="test" value="ejbthree2125"/>
-	</antcall>
       <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree2125"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree2193"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
          <param name="test" value="statelesscreation"/>
       </antcall>
       <antcall target="test" inheritRefs="true">



More information about the jboss-cvs-commits mailing list