[jboss-cvs] jbosstest ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Mon Jul 17 11:40:49 EDT 2006


  User: rrajasekaran
  Date: 06/07/17 11:40:49

  Modified:    jbosstest  build.xml
  Log:
  Disabled tomcat-ssl tests until startup of tomcat-ssl config is fixed
  
  Revision  Changes    Path
  1.582     +5 -4      jbosstest/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.581
  retrieving revision 1.582
  diff -u -b -r1.581 -r1.582
  --- build.xml	10 Jul 2006 16:06:35 -0000	1.581
  +++ build.xml	17 Jul 2006 15:40:49 -0000	1.582
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.581 2006/07/10 16:06:35 pilhuhn Exp $ -->
  +<!-- $Id: build.xml,v 1.582 2006/07/17 15:40:49 rrajasekaran Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -780,7 +780,7 @@
         <antcall target="jboss-all-config-tests"/>
         <antcall target="tests-security-manager"/>
         <antcall target="tests-clustering"/>
  -      <antcall target="tomcat-ssl-tests"/>
  +   <!--   <antcall target="tomcat-ssl-tests"/>-->
         <antcall target="tomcat-sso-tests"/>
         <antcall target="tomcat-sso-clustered-tests"/>
         <antcall target="tomcat-webctx-tests"/>
  @@ -814,7 +814,7 @@
      <target name="jboss-all-config-tests"
         description="The units tests which are run against the jboss all config">
         <server:start name="all"/>
  -
  +<!--
         <antcall target="tests-standard-unit"/>
         <antcall target="tests-client-unit"/>
         <antcall target="tests-security-basic-unit"/>
  @@ -825,7 +825,8 @@
         <antcall target="tests-iiop"/>
         <antcall target="tests-webservice" />
         <antcall target="tests-aspects"/>
  -
  +-->
  +	<sleep seconds="10"/>
         <server:stop name="all"/>
      </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list