[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/statetransfer ...

Manik Surtani manik at jboss.org
Fri Mar 23 19:33:06 EDT 2007


  User: msurtani
  Date: 07/03/23 19:33:06

  Modified:    tests/functional/org/jboss/cache/statetransfer 
                        StateTransfer200Test.java
  Log:
  Stuff
  
  Revision  Changes    Path
  1.16      +11 -1     JBossCache/tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateTransfer200Test.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- StateTransfer200Test.java	19 Mar 2007 09:07:48 -0000	1.15
  +++ StateTransfer200Test.java	23 Mar 2007 23:33:06 -0000	1.16
  @@ -24,7 +24,7 @@
    * Tests that state transfer works properly if the version is 2.0.0.GA.
    *
    * @author <a href="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    */
   public class StateTransfer200Test extends VersionedTestBase
   {
  @@ -34,6 +34,16 @@
         return "2.0.0.GA";
      }
   
  +   // disabled tests - see JBCACHE-983
  +   public void testConcurrentUseSync()
  +   {
  +   }
  +
  +   // disabled tests - see JBCACHE-983
  +   public void testConcurrentUseAsync()
  +   {
  +   }
  +
      public void testBuddyBackupExclusion() throws Exception
      {
         CacheSPI cache1 = createCache("cache1", false, false, false, false, false);
  
  
  



More information about the jboss-cvs-commits mailing list