[jboss-cvs] JBossAS SVN: r58674 - in branches/JBoss_4_0_2_CP/testsuite: . src/resources/test-configs/tomcat-ssl/conf

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 24 18:58:02 EST 2006


Author: jaroslaw.kijanowski
Date: 2006-11-24 18:58:01 -0500 (Fri, 24 Nov 2006)
New Revision: 58674

Modified:
   branches/JBoss_4_0_2_CP/testsuite/build.xml
   branches/JBoss_4_0_2_CP/testsuite/src/resources/test-configs/tomcat-ssl/conf/client.keystore
   branches/JBoss_4_0_2_CP/testsuite/src/resources/test-configs/tomcat-ssl/conf/localhost.keystore
Log:
copying keystores from Branch_4_0 to get the ssl-tests passed - JBQA-573; added wait-on-shutdown tag in jboss-minimal-tests target so minimal instance can shutdown before all instance is staretd

Modified: branches/JBoss_4_0_2_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_2_CP/testsuite/build.xml	2006-11-24 18:14:11 UTC (rev 58673)
+++ branches/JBoss_4_0_2_CP/testsuite/build.xml	2006-11-24 23:58:01 UTC (rev 58674)
@@ -607,6 +607,7 @@
     <fail message="Timeout waiting for minimal to start" if="minimal.timeout"/>
     <echo message="Minimal server started, stopping"/>
     <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar"/>
+<wait-on-shutdown seconds="90" conf="minimal"/>
   </target>
 
   <target name="jboss-all-config-tests"

Modified: branches/JBoss_4_0_2_CP/testsuite/src/resources/test-configs/tomcat-ssl/conf/client.keystore
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_2_CP/testsuite/src/resources/test-configs/tomcat-ssl/conf/localhost.keystore
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list