[jboss-cvs] JBossAS SVN: r64660 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 17 13:53:35 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-17 13:53:34 -0400 (Fri, 17 Aug 2007)
New Revision: 64660

Modified:
   trunk/testsuite/imports/sections/naming.xml
Log:
Add test of naming proxy validity following server-side restart

Modified: trunk/testsuite/imports/sections/naming.xml
===================================================================
--- trunk/testsuite/imports/sections/naming.xml	2007-08-17 17:52:51 UTC (rev 64659)
+++ trunk/testsuite/imports/sections/naming.xml	2007-08-17 17:53:34 UTC (rev 64660)
@@ -106,5 +106,15 @@
             <include name="org/jboss/test/naming/interceptors/*"/>
          </fileset>
       </jar>
+    
+      <jar destfile="${build.lib}/naming-restart.sar">
+         <zipfileset dir="${build.resources}/naming/restart"
+            fullpath="META-INF/jboss-beans.xml">
+            <include name="naming-restart-beans.xml"/>
+         </zipfileset>
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/test/naming/restart/*"/>
+         </fileset>
+      </jar>  
    </target>
 </project>




More information about the jboss-cvs-commits mailing list