[jboss-cvs] JBossAS SVN: r64665 - branches/JBoss_4_0_5_GA_JBAS-4574/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 17 15:12:10 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-17 15:12:10 -0400 (Fri, 17 Aug 2007)
New Revision: 64665

Modified:
   branches/JBoss_4_0_5_GA_JBAS-4574/testsuite/imports/sections/naming.xml
Log:
[JBAS-4574] Test for JBAS-4574

Modified: branches/JBoss_4_0_5_GA_JBAS-4574/testsuite/imports/sections/naming.xml
===================================================================
--- branches/JBoss_4_0_5_GA_JBAS-4574/testsuite/imports/sections/naming.xml	2007-08-17 19:06:19 UTC (rev 64664)
+++ branches/JBoss_4_0_5_GA_JBAS-4574/testsuite/imports/sections/naming.xml	2007-08-17 19:12:10 UTC (rev 64665)
@@ -103,5 +103,16 @@
             <include name="org/jboss/test/naming/interceptors/*"/>
          </fileset>
       </jar>
+    
+   	  <!-- Test of naming restart -->
+      <jar destfile="${build.lib}/naming-restart.sar">
+         <zipfileset dir="${build.resources}/naming/restart"
+            fullpath="META-INF/jboss-service.xml">
+            <include name="jboss-service.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