[jboss-cvs] JBossAS SVN: r63937 - branches/Branch_4_2/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 10 07:20:22 EDT 2007
Author: wolfc
Date: 2007-07-10 07:20:22 -0400 (Tue, 10 Jul 2007)
New Revision: 63937
Modified:
branches/Branch_4_2/ejb3/build-test.xml
Log:
EJBTHREE-994: enabled unit test
Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml 2007-07-10 11:14:53 UTC (rev 63936)
+++ branches/Branch_4_2/ejb3/build-test.xml 2007-07-10 11:20:22 UTC (rev 63937)
@@ -3237,7 +3237,7 @@
<target name="jars" depends="entityoptimisticlocking, concurrentnaming, propertyreplacement, persistenceunits, invalidtxmdb, descriptortypo, libdeployment, homeinterface, timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader,
circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440,
ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree832, ejbthree921,
- ejbthree959, ejbthree963,
+ ejbthree959, ejbthree963, ejbthree994,
jbas4489,
aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, jaxws,
pkg, securitydomain, enventry,
@@ -3769,6 +3769,9 @@
<param name="test" value="ejbthree963"/>
</antcall>
<antcall target="test" inheritRefs="true">
+ <param name="test" value="ejbthree994"/>
+ </antcall>
+ <antcall target="test" inheritRefs="true">
<param name="test" value="jbas4489"/>
</antcall>
</target>
More information about the jboss-cvs-commits
mailing list