[jboss-cvs] JBossAS SVN: r63750 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 29 16:31:29 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-06-29 16:31:29 -0400 (Fri, 29 Jun 2007)
New Revision: 63750

Modified:
   trunk/ejb3/build-test.xml
Log:
ForeignPartitionLocalInterceptorUnitTestCase should use a beans.xml for the test partition.

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-29 16:00:36 UTC (rev 63749)
+++ trunk/ejb3/build-test.xml	2007-06-29 20:31:29 UTC (rev 63750)
@@ -3349,7 +3349,7 @@
 	
 	  <copy todir="${build.lib}">
 	     <fileset dir="${resources}/test/clusteredsession/islocal/foreign">
-	        <include name="testlocal-service.xml"/>
+	        <include name="testlocal-beans.xml"/>
 	     </fileset>
 	  </copy>
    </target>




More information about the jboss-cvs-commits mailing list