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

Brian Stansberry brian.stansberry at jboss.com
Fri Nov 3 23:18:05 EST 2006


  User: bstansberry
  Date: 06/11/03 23:18:05

  Modified:    tests/functional/org/jboss/cache/multiplexer  Tag:
                        Branch_JBossCache_1_4_0
                        BuddyAssignmentStateTransferTest.java
  Log:
  Validate that mux is used
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +5 -1      JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/BuddyAssignmentStateTransferTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyAssignmentStateTransferTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/BuddyAssignmentStateTransferTest.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- BuddyAssignmentStateTransferTest.java	3 Nov 2006 21:22:17 -0000	1.1.2.1
  +++ BuddyAssignmentStateTransferTest.java	4 Nov 2006 04:18:05 -0000	1.1.2.2
  @@ -1,7 +1,6 @@
   package org.jboss.cache.multiplexer;
   
   import org.jboss.cache.TreeCacheMBean;
  -import org.jboss.cache.statetransfer.StateTransfer140Test;
   
   public class BuddyAssignmentStateTransferTest 
      extends org.jboss.cache.buddyreplication.BuddyAssignmentStateTransferTest
  @@ -34,4 +33,9 @@
         muxHelper.configureCacheForMux(cache);
      }
      
  +   protected void validateMultiplexer(TreeCacheMBean cache)
  +   {
  +      assertTrue("Cache is using multiplexer", cache.isUsingMultiplexer());
  +   }
  +   
   }
  
  
  



More information about the jboss-cvs-commits mailing list