[jboss-cvs] jbosstest ...

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


  User: rrajasekaran
  Date: 06/07/26 12:37:37

  Modified:    jbosstest  Tag: Branch_4_0 build.xml
  Log:
  JBAS-3235 Do not build and run org.jboss.test.security.test.HttpsUnitTestCase with IBM JDK
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.406.2.210 +4 -1      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.406.2.209
  retrieving revision 1.406.2.210
  diff -u -b -r1.406.2.209 -r1.406.2.210
  --- build.xml	10 Jul 2006 16:04:43 -0000	1.406.2.209
  +++ build.xml	26 Jul 2006 16:37:36 -0000	1.406.2.210
  @@ -12,7 +12,7 @@
   <!-- ============================================================ -->
   
   
  -<!-- $Id: build.xml,v 1.406.2.209 2006/07/10 16:04:43 pilhuhn Exp $ -->
  +<!-- $Id: build.xml,v 1.406.2.210 2006/07/26 16:37:36 rrajasekaran Exp $ -->
   
   <project default="main" name="JBoss/Testsuite"
            xmlns:server="http://jboss.org/ns/test/ant/server">
  @@ -416,6 +416,8 @@
         <src path="${build.gen-src}"/>
   	  <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>
  @@ -608,6 +610,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