[jboss-cvs] jboss-portal/testsuite ...

Rali Genova rgenova at jboss.org
Mon Jul 17 11:02:30 EDT 2006


  User: rgenova 
  Date: 06/07/17 11:02:30

  Modified:    testsuite  build.xml
  Log:
  updated clean target with new tests modules
  
  Revision  Changes    Path
  1.14      +13 -46    jboss-portal/testsuite/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/testsuite/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build.xml	17 Jul 2006 13:20:04 -0000	1.13
  +++ build.xml	17 Jul 2006 15:02:30 -0000	1.14
  @@ -40,6 +40,8 @@
      	<antcall target="tests-server"/>
      	<antcall target="tests-portlet"/>
         <antcall target="tests-cms"/>
  +        <!--<antcall target="tests-wsrp-producer"/>
  +        <antcall target="tests-wsrp-consumer"/> -->
      	<server:stop name="default"/>
      	<antcall target="reports"/>
      </target>
  @@ -57,10 +59,14 @@
      <target name="clean">
         <!-- remove generated test xml files -->
         <delete>
  -          <fileset dir="../common" includes="TEST-*.xml,TEST-*.txt"/>
  -          <fileset dir="../format" includes="TEST-*.xml,TEST-*.txt"/>
  -          <fileset dir="../server" includes="TEST-*.xml,TEST-*.txt"/>
  -          <fileset dir="../portlet" includes="TEST-*.xml,TEST-*.txt"/>
  +          <fileset dir="../cms" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../common" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../format" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../server" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../portlet" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../security" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../identity" includes="TEST-*.xml,TEST-*.txt, *.log"/>
  +          <fileset dir="../wsrp" includes="*.log"/>
         </delete>
         <!-- remove testsuite output dir -->
         <delete includeEmptyDirs="true">
  @@ -174,43 +180,4 @@
         <server:stop name="default"/>
      </target>
   
  -   <!--
  -         | Run a single testcase by specifing the fully qualified class name
  -         | of the unit test using the test property, -Dtest=org.jboss.test....
  -         | Here you specify the testcase class, not the directory
  -
  -      <target name="one-test" if="test"
  -         description="Execute a single test.">
  -         <mkdir dir="${reports.dir}"/>
  -         <mkdir dir="${log.dir}"/>
  -
  -         <delete file="${log.dir}/test.log" failonerror="false"/>
  -         <junit dir="${module.output}"
  -            printsummary="${junit.printsummary}"
  -            haltonerror="${junit.haltonerror}"
  -            haltonfailure="${junit.haltonfailure}"
  -            fork="${junit.fork}"
  -            timeout="${junit.timeout}"
  -            showoutput="${junit.showoutput}"
  -            jvm="${junit.jvm}">
  -
  -            <jvmarg value="${junit.jvm.options}"/>
  -
  -            <classpath>
  -               <pathelement location="${build.classes}"/>
  -               <pathelement location="${build.resources}"/>
  -               <path refid="jboss.test.classpath"/>
  -            </classpath>
  -
  -            <formatter type="xml" usefile="${junit.formatter.usefile}"/>
  -            <formatter type="plain" usefile="${junit.formatter.usefile}"/>
  -
  -            <test todir="${reports.dir}" name="${test}"
  -               haltonerror="${junit.batchtest.haltonerror}"
  -               haltonfailure="${junit.batchtest.haltonfailure}"
  -               fork="${junit.batchtest.fork}"/>
  -         </junit>
  -      </target>  -->
  -
  -
   </project>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list