[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Mon Jan 8 11:56:45 EST 2007


  User: msurtani
  Date: 07/01/08 11:56:45

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Removed JBCACHE-923 test (incorrect test)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.23 +1 -4      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.119.2.22
  retrieving revision 1.119.2.23
  diff -u -b -r1.119.2.22 -r1.119.2.23
  --- build.xml	5 Jan 2007 17:11:34 -0000	1.119.2.22
  +++ build.xml	8 Jan 2007 16:56:44 -0000	1.119.2.23
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.22 2007/01/05 17:11:34 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.23 2007/01/08 16:56:44 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -78,9 +78,6 @@
      -->
      <patternset id="known.failures">
   
  -      <!-- See JBCACHE-923 -->
  -      <exclude name="org/jboss/cache/transaction/MultipleThreadSameTxTest*"/>
  -
         <!-- See JBCACHE-814 -->
         <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
         <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list