[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Wed Oct 11 23:34:33 EDT 2006


  User: bstansberry
  Date: 06/10/11 23:34:33

  Modified:    JBossCache  build.xml
  Log:
  Add target to run functional tests excluding known failures
  
  Revision  Changes    Path
  1.142     +7 -1      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -b -r1.141 -r1.142
  --- build.xml	10 Oct 2006 14:25:47 -0000	1.141
  +++ build.xml	12 Oct 2006 03:34:33 -0000	1.142
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.141 2006/10/10 14:25:47 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.142 2006/10/12 03:34:33 bstansberry Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -731,6 +731,12 @@
              description="Runs all functional tests (including AOP tests)">
      </target>
   
  +   <target name="all-functional-xknown">
  +      <antcall target="all-functionaltests" inheritrefs="false">
  +         <reference refid="known.failures" torefid="junit.excludes"/>
  +      </antcall>
  +   </target>
  +
      <target name="perftests" depends="compile,unittests-init" description="Runs all non-AOP perf tests">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <classpath refid="library.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list