[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Tue Oct 10 10:25:48 EDT 2006


  User: msurtani
  Date: 06/10/10 10:25:48

  Modified:    JBossCache  build.xml
  Log:
  added JBCACHE-315 to known failures list
  
  Revision  Changes    Path
  1.141     +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.140
  retrieving revision 1.141
  diff -u -b -r1.140 -r1.141
  --- build.xml	28 Sep 2006 09:32:01 -0000	1.140
  +++ build.xml	10 Oct 2006 14:25:47 -0000	1.141
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.140 2006/09/28 09:32:01 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.141 2006/10/10 14:25:47 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -59,6 +59,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-315 -->
  +      <exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
         <!-- See JBCACHE-641 -->
         <exclude name="org/jboss/cache/eviction/ReplicatedLRUPolicyTest*"/>
         <!-- See JBCACHE-407 -->
  
  
  



More information about the jboss-cvs-commits mailing list