[jboss-cvs] JBossAS SVN: r105829 - branches/JBPAPP_5_1/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 22:59:33 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-08 22:59:32 -0400 (Tue, 08 Jun 2010)
New Revision: 105829

Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
Fixing a few more security tests

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-06-09 00:47:22 UTC (rev 105828)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-06-09 02:59:32 UTC (rev 105829)
@@ -1610,7 +1610,16 @@
 
    <target name="jboss-all-config-tests"
       description="The units tests which are run against the jboss all config" depends="init">
-      <server:start name="all"/>
+   	  
+   	  <echo message="Replacing hornetq-roles and hornetq-users.properties used for tests"/>
+   	
+ 	  <copy file="${module.output}/resources/test-configs/jbossmessaging/conf/props/hornetq-roles.properties" 
+ 	  	  tofile="${jboss.dist}/server/all/conf/props/hornetq-roles.properties" overwrite="true"/>
+    
+ 	  <copy file="${module.output}/resources/test-configs/jbossmessaging/conf/props/hornetq-users.properties" 
+ 	  	  tofile="${jboss.dist}/server/all/conf/props/hornetq-users.properties" overwrite="true"/>
+    
+   	  <server:start name="all"/>
       <antcall target="tests-standard-unit"/>
       <antcall target="tests-client-unit"/>
       <antcall target="tests-security-basic-unit"/>



More information about the jboss-cvs-commits mailing list