[jboss-cvs] JBossAS SVN: r70858 - 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
Thu Mar 13 23:49:14 EDT 2008
Author: ALRubinger
Date: 2008-03-13 23:49:14 -0400 (Thu, 13 Mar 2008)
New Revision: 70858
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] Configuration in line with development of EJB3 TestSuite Runner Mojo
Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml 2008-03-14 02:12:47 UTC (rev 70857)
+++ projects/ejb3/trunk/core/pom.xml 2008-03-14 03:49:14 UTC (rev 70858)
@@ -405,10 +405,6 @@
</dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-deployers-vfs-spi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
</dependency>
<dependency>
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-14 02:12:47 UTC (rev 70857)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml 2008-03-14 03:49:14 UTC (rev 70858)
@@ -21,3 +21,36 @@
</bindings>
-->
+
+<bindings>
+ <configurations>
+ <configuration name="minimal">
+ <tests>
+ <test name="TEST1" />
+ <test name="TEST2" />
+ <test name="TEST5" />
+ <test name="TEST8" />
+ <test name="TEST10" />
+ </tests>
+ </configuration>
+ <configuration name="default">
+ <tests>
+ <test name="TEST2" />
+ <test name="TEST8" />
+ <test name="TEST5" />
+ </tests>
+ </configuration>
+ <configuration name="all">
+ <tests>
+ <test name="TEST5" />
+ </tests>
+ </configuration>
+ <configuration name="myNewTestConfig">
+ <tests>
+ <test name="TEST4" />
+ <test name="TEST8" />
+ <test name="TEST13" />
+ </tests>
+ </configuration>
+ </configurations>
+</bindings>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list