[jboss-cvs] JBossAS SVN: r79079 - trunk/testsuite/imports/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 3 08:56:43 EDT 2008


Author: istudens at redhat.com
Date: 2008-10-03 08:56:43 -0400 (Fri, 03 Oct 2008)
New Revision: 79079

Modified:
   trunk/testsuite/imports/config/tests-bootstrap-dependencies.xml
Log:
added a RAR module

Modified: trunk/testsuite/imports/config/tests-bootstrap-dependencies.xml
===================================================================
--- trunk/testsuite/imports/config/tests-bootstrap-dependencies.xml	2008-10-03 12:38:24 UTC (rev 79078)
+++ trunk/testsuite/imports/config/tests-bootstrap-dependencies.xml	2008-10-03 12:56:43 UTC (rev 79079)
@@ -24,56 +24,51 @@
    <!-- JBAS-5349 -->
    <target name="tests-bootstrap-dependencies" 
    	description="Tests bootstrap dependencies of the JBossMC.">
+   	<!-- EJB3 Session -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
-         <param name="jboss-junit-configuration" value="EJB2Message"/>
-         <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb2-messagebean.jar"/>
-      </antcall>
-   	<!-- EJB3 Session - ->
-      <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB3Session"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb3-sessionbean.jar"/>
    	</antcall>
-      <!- - EJB3 Entity - ->
+      <!-- EJB3 Entity -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB3Entity"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb3-entitybean.jar"/>
       </antcall>
-      <!- - EJB3 Message - ->
+      <!-- EJB3 Message -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB3Message"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb3-messagebean.jar"/>
       </antcall>
-      <!- - EJB2 Session - ->
+      <!-- EJB2 Session -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB2Session"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb2-sessionbean.jar"/>
       </antcall>
-      <!- - EJB2 CMP Entity - ->
+      <!-- EJB2 CMP Entity -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB2EntityCMP"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb2-entitycmpbean.jar"/>
       </antcall>
-      <!- - EJB2 Message - ->
+      <!-- EJB2 Message -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="EJB2Message"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-ejb2-messagebean.jar"/>
       </antcall>
-      <!- - Web WAR - ->
+      <!-- Web WAR -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="WAR"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-web.war"/>
       </antcall>
-      <!- - datasource - ->
+      <!-- datasource -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="datasource"/>
          <param name="bootstrap.testmodule.name" value="bootstrapdependencies-hsqldb-ds.xml"/>
       </antcall>
-      <!- - RAR - ->
+      <!-- RAR -->
       <antcall target="generalmodule-bootstrap-dependencies-tests">
          <param name="jboss-junit-configuration" value="RAR"/>
-         <param name="bootstrap.testmodule.name" value="bootstrapdependencies-hsqldb-ds.xml"/>
+         <param name="bootstrap.testmodule.name" value="testdeployers-mcf1.rar"/>
       </antcall>
-   	-->
     </target>
 	
    <!-- General module's test -->




More information about the jboss-cvs-commits mailing list