[jboss-cvs] JBossAS SVN: r71129 - 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
Fri Mar 21 01:39:50 EDT 2008


Author: ALRubinger
Date: 2008-03-21 01:39:50 -0400 (Fri, 21 Mar 2008)
New Revision: 71129

Modified:
   projects/ejb3/trunk/core/build-test.xml
   projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml
Log:
[EJBTHREE-1222] Added Unit Test isolating this case for SFSB, passes

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-21 05:28:38 UTC (rev 71128)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-21 05:39:50 UTC (rev 71129)
@@ -2374,6 +2374,10 @@
    <target name="ejbthree1157" >
       <build-simple-jar name="ejbthree1157"/>
    </target>
+  
+   <target name="ejbthree1222" >
+      <build-simple-jar name="ejbthree1222"/>
+   </target>
 
    <target name="jbas4489"
       description="Builds a simple jar files."
@@ -4147,7 +4151,7 @@
       ejbthree1062,
       ejbthree1066, ejbthree1071, ejbthree1075, ejbthree1082, ejbthree1090, ejbthree1092, ejbthree1119, ejbthree1122, ejbthree1123, ejbthree1127,
       ejbthree1130, 
-      ejbthree1146, ejbthree1148, ejbthree1154, ejbthree1155, ejbthree1157, jaxws, jbas4489,
+      ejbthree1146, ejbthree1148, ejbthree1154, ejbthree1155, ejbthree1157, ejbthree1222, jaxws, jbas4489,
 	  epcpropagation,
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency,
       securitydomain, enventry, security5,
@@ -5184,6 +5188,9 @@
          <param name="test" value="ejbthree1157"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree1222"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
          <param name="test" value="statelesscreation"/>
       </antcall>
       <antcall target="test" inheritRefs="true">

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-21 05:28:38 UTC (rev 71128)
+++ projects/ejb3/trunk/core/src/test/resources/testrunner-config/jbossas_configuration-ejb3_test-bindings.xml	2008-03-21 05:39:50 UTC (rev 71129)
@@ -153,6 +153,7 @@
         <test name="ejbthree1154" />
         <test name="ejbthree1155" />
         <test name="ejbthree1157" />
+        <test name="ejbthree1222" />
         <test name="statelesscreation" />
         <test name="jbas4489" />
         <test name="changexml" />




More information about the jboss-cvs-commits mailing list