[jboss-cvs] JBossAS SVN: r70927 - projects/ejb3/trunk/core/src/test/resources/testrunner-config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 17 16:54:18 EDT 2008


Author: ALRubinger
Date: 2008-03-17 16:54:18 -0400 (Mon, 17 Mar 2008)
New Revision: 70927

Modified:
   projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml
Log:
[EJBTHREE-1212] Put test configuration in line w/ latest EJB3 TestRunner Plugin Development

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-17 20:23:28 UTC (rev 70926)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml	2008-03-17 20:54:18 UTC (rev 70927)
@@ -10,11 +10,20 @@
   
   <bindings>
     <configurations>
-      <configuration name="uniqueName">
+      <configuration name="uniqueNameMappingToServerName" serverConfigBase="all">
+        <jvmargs>
+          <jvmarg>-Xmx512M</jvmarg>
+          <jvmarg>-Xms128M</jvmarg>
+        </jvmargs>
         <tests>
           <test name="example1" />
+          <test name="example2" />
+          <test name="example3" />
+        </tests>
+      </configuration>
+      <configuration name="all">
+        <tests>
           <test name="example1" />
-          <test name="example1" />
         </tests>
       </configuration>
     </configurations>
@@ -24,16 +33,11 @@
 
 <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">
+      <jvmargs>
+        <jvmarg>-Xmx512M</jvmarg>
+        <jvmarg>-Xms128M</jvmarg>
+      </jvmargs>
       <tests>
         <test name="TEST2" />
         <test name="TEST8" />
@@ -41,11 +45,19 @@
       </tests>
     </configuration>
     <configuration name="all">
+      <jvmargs>
+        <jvmarg>-Xmx512M</jvmarg>
+        <jvmarg>-Xms128M</jvmarg>
+      </jvmargs>
       <tests>
         <test name="TEST5" />
       </tests>
     </configuration>
-    <configuration name="myNewTestConfig">
+    <configuration name="ejb3-ssl" serverConfigBase="all">
+      <jvmargs>
+        <jvmarg>-Xmx512M</jvmarg>
+        <jvmarg>-Xms128M</jvmarg>
+      </jvmargs>
       <tests>
         <test name="TEST4" />
         <test name="TEST8" />




More information about the jboss-cvs-commits mailing list