You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/03/13 16:34:19 UTC

cvs commit: xml-axis/java/xmls targets.xml

dims        2003/03/13 07:34:19

  Modified:    java     .cvsignore buildTest.xml
               java/test/functional build.xml
               java/test/httpunit build.xml
               java/test build_functional_tests.xml
               java/xmls targets.xml
  Added:       java     junit-exclude-tests.txt
  Log:
  Test harness will now ignore test cases listed in junit-exclude-tests.txt
  
  Notes:
  - Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
  
  Revision  Changes    Path
  1.8       +1 -1      xml-axis/java/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/.cvsignore,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- .cvsignore	17 Sep 2002 16:50:35 -0000	1.7
  +++ .cvsignore	13 Mar 2003 15:34:12 -0000	1.8
  @@ -3,7 +3,7 @@
   client-config.wsdd
   server-config.wsdd
   test-reports
  -junit*
  +junit*.properties
   bin
   .project
   .classpath
  
  
  
  1.47      +3 -3      xml-axis/java/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/buildTest.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- buildTest.xml	7 Feb 2003 19:09:23 -0000	1.46
  +++ buildTest.xml	13 Mar 2003 15:34:12 -0000	1.47
  @@ -107,7 +107,7 @@
         <classpath refid="classpath" />
         <formatter type="xml" />
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dir}/classes">
  +        <fileset dir="${build.dir}/classes" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
             <include name="**/PackageTests.class" />
  @@ -179,7 +179,7 @@
         <classpath refid="classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
                 <include name="**/FunctionalTests.class" />
  @@ -204,7 +204,7 @@
         <classpath refid="classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
                 <include name="**/TestBidBuySample.class" />
  
  
  
  1.1                  xml-axis/java/junit-exclude-tests.txt
  
  Index: junit-exclude-tests.txt
  ===================================================================
  # This file contains Test Cases that should work ideally, but currently fail
  # The test harness ignores the test cases specified below.
  **//test//dynamic//PackageTests.*
  
  
  
  1.16      +1 -1      xml-axis/java/test/functional/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/functional/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	3 Nov 2002 16:51:48 -0000	1.15
  +++ build.xml	13 Mar 2003 15:34:17 -0000	1.16
  @@ -91,7 +91,7 @@
         <classpath refid="classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
              <include name="${componentName}/FunctionalTests.class" />
           </fileset>
         </batchtest>
  
  
  
  1.13      +2 -1      xml-axis/java/test/httpunit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/httpunit/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	10 Jan 2003 06:38:05 -0000	1.12
  +++ build.xml	13 Mar 2003 15:34:17 -0000	1.13
  @@ -147,7 +147,8 @@
         <test name="${testcase}" if="testcase"/>
         <batchtest todir="${test.reports.dir}" unless="testcase">
           <fileset dir="${build.dir}/classes"
  -          includes="test/httpunit/*Tests.class"/>
  +          includes="test/httpunit/*Tests.class"
  +          excludesfile="${axis.home}/junit-exclude-tests.txt"/>
         </batchtest>
       </junit>
     </target>
  
  
  
  1.60      +4 -4      xml-axis/java/test/build_functional_tests.xml
  
  Index: build_functional_tests.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/build_functional_tests.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build_functional_tests.xml	3 Nov 2002 16:51:48 -0000	1.59
  +++ build_functional_tests.xml	13 Mar 2003 15:34:18 -0000	1.60
  @@ -119,7 +119,7 @@
         <classpath refid="test-classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
                 <include name="**/FunctionalTests.class" />
  @@ -142,7 +142,7 @@
         <classpath refid="test-classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
                 <include name="**/TestBidBuySample.class" />
  @@ -365,7 +365,7 @@
         <classpath refid="test-classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
                 <include name="**/${test.functional.testcase}.class" />
  @@ -393,7 +393,7 @@
         <classpath refid="test-classpath" />
         <formatter type="plain" />
         <batchtest>
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
             <!-- Convention: each package that's being tested
                   has its own test class collecting all the tests -->
             <include name="**/FunctionalTests.class" />
  
  
  
  1.55      +1 -1      xml-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- targets.xml	15 Jan 2003 20:50:58 -0000	1.54
  +++ targets.xml	13 Mar 2003 15:34:19 -0000	1.55
  @@ -564,7 +564,7 @@
         <classpath refid="classpath" />
         <formatter type="xml" usefile="${test.functional.usefile}"/>
         <batchtest todir="${test.functional.reportdir}">
  -        <fileset dir="${build.dest}">
  +        <fileset dir="${build.dest}" excludesfile="${axis.home}/junit-exclude-tests.txt">
              <include name="${extraTestCases}/*TestCase.class" />
              <include name="${componentName}/*TestCase.class" />
              <include name="${componentName}/**/*TestCase.class" />