[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Tue Feb 27 18:10:20 EST 2007


  User: msurtani
  Date: 07/02/27 18:10:20

  Modified:    JBossCache  build.xml
  Log:
  re-added tests that were otherwise excluded
  
  Revision  Changes    Path
  1.184     +1 -15     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.183
  retrieving revision 1.184
  diff -u -b -r1.183 -r1.184
  --- build.xml	27 Feb 2007 17:27:45 -0000	1.183
  +++ build.xml	27 Feb 2007 23:10:20 -0000	1.184
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.183 2007/02/27 17:27:45 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.184 2007/02/27 23:10:20 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,25 +71,11 @@
          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-986 -->
  -      <exclude name="org/jboss/cache/eviction/OptimisticEvictionTest*"/>
  -
  -      <!-- See JBCACHE-984 -->
  -      <exclude name="org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest*"/>
  -      
  -      <!-- See JBCACHE-983 -->
  -      <exclude name="org/jboss/cache/statetransfer/StateTransfer200Test*"/>
  -      <exclude name="org/jboss/cache/pojo/statetransfer/StateTransfer200AopTest*"/>
  -
         <!-- See JBCACHE-967 -->
         <exclude name="org/jboss/cache/multiplexer/StateTransferTest*"/>
   
         <!-- See JBCACHE-858 -->
  -      <!--exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncMapTest*"/-->
         <exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncSetTest*"/>
  -      <!--exclude name="org/jboss/cache/pojo/region/LocalConcurrentTest*"/-->
  -      <!--exclude name="org/jboss/cache/pojo/LocalConcurrentTest*"/-->
  -      <!--exclude name="org/jboss/cache/pojo/passivation/ReplicatedTest*"/-->
   
         <!-- See JBCACHE-315 -->
         <exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list