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

Brian Stansberry brian.stansberry at jboss.com
Fri Nov 3 23:16:57 EST 2006


  User: bstansberry
  Date: 06/11/03 23:16:57

  Modified:    tests/functional/org/jboss/cache/buddyreplication  Tag:
                        Branch_JBossCache_1_4_0
                        BuddyBackupActivationInactivationTest.java
  Log:
  Add calls to hooks for testing with multiplexer.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +6 -0      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyBackupActivationInactivationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -b -r1.5 -r1.5.2.1
  --- BuddyBackupActivationInactivationTest.java	1 Jun 2006 19:06:36 -0000	1.5
  +++ BuddyBackupActivationInactivationTest.java	4 Nov 2006 04:16:56 -0000	1.5.2.1
  @@ -127,6 +127,10 @@
            tree.setInactiveOnStartup(true);
         }
         tree.setBuddyReplicationConfig(getBuddyConfig());
  +      
  +      // Call the hook that allows testing with the multiplexer 
  +      configureMultiplexer(tree);
  +      
         // Put the cache in the map before starting, so if it fails in
         // start it can still be destroyed later
         caches.put(cacheID, tree);
  @@ -135,6 +139,8 @@
         {
            tree.createService();
            tree.startService();
  +         
  +         validateMultiplexer(tree);
         }
         
         return tree;
  
  
  



More information about the jboss-cvs-commits mailing list