[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Sun Feb 4 18:47:37 EST 2007


  User: msurtani
  Date: 07/02/04 18:47:37

  Modified:    JBossCache  build.xml
  Log:
  mux state tfr known failure
  
  Revision  Changes    Path
  1.176     +4 -2      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.175
  retrieving revision 1.176
  diff -u -b -r1.175 -r1.176
  --- build.xml	2 Feb 2007 13:05:31 -0000	1.175
  +++ build.xml	4 Feb 2007 23:47:37 -0000	1.176
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.175 2007/02/02 13:05:31 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.176 2007/02/04 23:47:37 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,6 +71,8 @@
          Only one test per line.  Please add a comment with a reference to a JIRA task about this failure.
      -->
      <patternset id="known.failures">
  +      <!-- See JBCACHE-967 -->
  +      <exclude name="/org/jboss/cache/multiplexer/StateTransferTest*" />
   
         <!-- See JBCACHE-814 -->
         <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list