[jboss-cvs] JBossAS SVN: r81613 - in projects/ejb3/trunk/testsuite: src/test/java/org/jboss/ejb3/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 02:22:28 EST 2008


Author: ALRubinger
Date: 2008-11-26 02:22:28 -0500 (Wed, 26 Nov 2008)
New Revision: 81613

Removed:
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/ejbthree1603/
Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
[EJBTHREE-1603] Revert invalid integration tests

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2008-11-26 05:48:50 UTC (rev 81612)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2008-11-26 07:22:28 UTC (rev 81613)
@@ -2454,10 +2454,6 @@
    <target name="ejbthree1504">
       <build-simple-jar name="ejbthree1504"/>
    </target>  
-	
-  <target name="ejbthree1603">
-     <build-simple-jar name="ejbthree1603"/>
-  </target>
   
    <target name="jbas4489"
       description="Builds a simple jar files."
@@ -4241,7 +4237,7 @@
       ejbthree1066, ejbthree1071, ejbthree1075, ejbthree1082, ejbthree1090, ejbthree1092, ejbthree1116, ejbthree1119, ejbthree1122, ejbthree1123, ejbthree1127,
       ejbthree1130, 
       ejbthree1146, ejbthree1148, ejbthree1154, ejbthree1157, ejbthree1222, ejbthree1271, ejbthree1339,
-      ejbthree1504, ejbthree1603,
+      ejbthree1504,
    	  jaxws, jbas4489, epcpropagation, aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency,
       securitydomain, enventry, security5,
       jms/managed, naming, bmt, jca/inflowmdb, pool, jms, security, reference21_30, factory, dd/web, txexceptions,
@@ -5049,9 +5045,6 @@
          <param name="test" value="ejbthree1339"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
-         <param name="test" value="ejbthree1603"/>
-      </antcall>
-      <antcall target="test" inheritRefs="true">
          <param name="test" value="statelesscreation"/>
       </antcall>
       <antcall target="test" inheritRefs="true">




More information about the jboss-cvs-commits mailing list