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

Brian Stansberry brian.stansberry at jboss.com
Fri Nov 3 23:17:37 EST 2006


  User: bstansberry
  Date: 06/11/03 23:17:37

  Modified:    tests/functional/org/jboss/cache/multiplexer  Tag:
                        Branch_JBossCache_1_4_0 StateTransferTest.java
  Log:
  Validate that mux is used
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +5 -0      JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/StateTransferTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateTransferTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/StateTransferTest.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- StateTransferTest.java	3 Nov 2006 21:20:07 -0000	1.1.2.2
  +++ StateTransferTest.java	4 Nov 2006 04:17:37 -0000	1.1.2.3
  @@ -35,4 +35,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