[jboss-cvs] JBossAS SVN: r69837 - 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 Feb 14 04:26:22 EST 2008
Author: ALRubinger
Date: 2008-02-14 04:26:22 -0500 (Thu, 14 Feb 2008)
New Revision: 69837
Added:
projects/ejb3/trunk/core/src/test/resources/testrunner-config/
projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml
projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml
Log:
Added stub TestRunner configurations
Added: 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 (rev 0)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/ejb3_test-deploymentunits-bindings.xml 2008-02-14 09:26:22 UTC (rev 69837)
@@ -0,0 +1,35 @@
+<!--
+
+ 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
Added: 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 (rev 0)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml 2008-02-14 09:26:22 UTC (rev 69837)
@@ -0,0 +1,31 @@
+<!--
+
+ JBoss EJB3 TestSuite AS Configuration/Test Bindings
+
+ This file defines bindings between EJB3 Integration Tests
+ and the AS Server Configurations in which they must run,
+ representing a N:N relationship
+
+ The grammar takes form:
+
+ <configurations>
+
+ <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