[jboss-cvs] JBossAS SVN: r70706 - in projects/ejb3/trunk/core: src/test/resources/testrunner-config and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 10 17:57:00 EDT 2008


Author: ALRubinger
Date: 2008-03-10 17:57:00 -0400 (Mon, 10 Mar 2008)
New Revision: 70706

Removed:
   projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml
Modified:
   projects/ejb3/trunk/core/pom.xml
   projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml
Log:
[EJBTHREE-1212] - Update EJB3 Core Configuration to match development in maven-jboss-ejb3-testrunner-plugin

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-10 21:28:46 UTC (rev 70705)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-10 21:57:00 UTC (rev 70706)
@@ -38,14 +38,14 @@
 
       <!-- EJB3 TestRunner Configuration -->
       <plugin>
-        <groupId>org.jboss.ejb3</groupId>
+        <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jboss-ejb3-testrunner-plugin</artifactId>
         <version>0.1.0-SNAPSHOT</version>
         <executions>
           <execution>
             <id>run-ejb3-tests</id>
             <goals>
-              <goal>run-tests</goal>
+              <goal>run-testsuite</goal>
             </goals>
             <!-- <phase>integration-test</phase>  -->
             <phase>validate</phase>
@@ -53,7 +53,7 @@
               <jvmArgs>
                 <jvmArg>-Xmx512M</jvmArg>
               </jvmArgs>
-              <config>all</config>
+              <configurationsToTestsConfigPath>src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml</configurationsToTestsConfigPath>
             </configuration>
           </execution>
         </executions>

Deleted: projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml	2008-03-10 21:28:46 UTC (rev 70705)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml	2008-03-10 21:57:00 UTC (rev 70706)
@@ -1,35 +0,0 @@
-<!-- 
-  
-  JBoss EJB3 TestSuite Test/Deployment Unit Bindings
-  
-  This file defines bindings between EJB3 Integration Tests
-  and the deployment units (artifacts) upon which they are based.
-  
-  The grammar takes form:
-  
-  <tests>
-  
-    <test name="uniqueName">
-  
-      <artifact name="" />
-      <artifact name="" />
-      <artifact name="" />
-  
-    </test>
-    
-  </tests>
-  
--->
-
-<configurations>
-
-  <configuration name="all">
-  
-    <test name="ejbthree1075">
-      <artifact name="ejbthree1075-homeonly.jar" />
-      <artifact name="ejbthree1075-remoteonly.jar" />
-    </test>
-    
-  </configuration>
-
-</configurations>
\ No newline at end of file

Modified: projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml	2008-03-10 21:28:46 UTC (rev 70705)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml	2008-03-10 21:57:00 UTC (rev 70706)
@@ -4,28 +4,20 @@
   
   This file defines bindings between EJB3 Integration Tests
   and the AS Server Configurations in which they must run, 
-  representing a N:N relationship
+  representing a N:N relationship.
   
   The grammar takes form:
   
-  <configurations>
+  <bindings>
+    <configurations>
+      <configuration name="uniqueName">
+        <tests>
+          <test name="example1" />
+          <test name="example1" />
+          <test name="example1" />
+        </tests>
+      </configuration>
+    </configurations>
+  </bindings>
   
-    <configuration name="uniqueNameMappingToServerName">
-  
-      <test name="example1" />
-      <test name="example1" />
-      <test name="example1" />
-  
-    </configuration>
-    
-  </configurations>
-  
 -->
-
-<configurations>
-
-  <configuration name="">
-
-  </configuration>
-
-</configurations>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list