[jboss-cvs] jbosstest ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Wed Jul 26 12:33:52 EDT 2006


  User: rrajasekaran
  Date: 06/07/26 12:33:52

  Modified:    jbosstest  build.xml
  Log:
  JBAS-3235 Do not build and run org.jboss.test.security.test.HttpsUnitTestCase with IBM JDK
  
  Revision  Changes    Path
  1.595     +5 -2      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.594
  retrieving revision 1.595
  diff -u -b -r1.594 -r1.595
  --- build.xml	25 Jul 2006 17:29:46 -0000	1.594
  +++ build.xml	26 Jul 2006 16:33:51 -0000	1.595
  @@ -10,7 +10,7 @@
   <!--  See terms of license at http://www.gnu.org.                 -->
   <!-- ============================================================ -->
   
  -<!-- $Id: build.xml,v 1.594 2006/07/25 17:29:46 asaldhana Exp $ -->
  +<!-- $Id: build.xml,v 1.595 2006/07/26 16:33:51 rrajasekaran Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -377,6 +377,8 @@
            <exclude name="org/jboss/test/recover/derby/**"/>
            <exclude name="org/jboss/test/aop/bean/Annotated*" if="HAVE_JDK_1.5"/>
   	 <exclude name="org/jboss/test/xml/JaxpXPathBaseTestCase*" if="HAVE_JDK_1.4"/>         
  +         <exclude name="org/jboss/test/security/service/HttpsClient.java" if="IBM_JDK"/>
  +	 <exclude name="org/jboss/test/security/test/HttpsUnitTestCase.java" if="IBM_JDK"/> 
            <classpath refid="tests.classpath"/>
         </javac>
      </target>
  @@ -646,6 +648,7 @@
         <include name="**/test/jmx/test/Secure*TestCase.class"/>
         <include name="**/test/perf/test/SecurePerfStressTestCase.class"/>
         <include name="**/test/timer/test/SecureTimerUnitTestCase.class"/>
  +      <exclude name="**/test/security/test/HttpsUnitTestCase.class" if="IBM_JDK"/>
      </patternset>
      <patternset id="security.excludes">
         <exclude name="**/test/naming/test/Security*"/>
  
  
  



More information about the jboss-cvs-commits mailing list