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

Manik Surtani msurtani at jboss.com
Fri Sep 15 11:11:35 EDT 2006


  User: msurtani
  Date: 06/09/15 11:11:35

  Modified:    tests/functional/org/jboss/cache/buddyreplication 
                        BuddyPoolBroadcastTest.java
  Log:
  - better exception message when changing an immutable config element at runtime
  - updated tests that change certain elements dynamically.
  
  Revision  Changes    Path
  1.15      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyPoolBroadcastTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- BuddyPoolBroadcastTest.java	12 Sep 2006 10:36:26 -0000	1.14
  +++ BuddyPoolBroadcastTest.java	15 Sep 2006 15:11:35 -0000	1.15
  @@ -152,7 +152,7 @@
         latch.release();
   
         // allow a generous sleep time
  -      TestingUtil.blockUntilViewsReceived(caches, 180000);
  +      TestingUtil.blockUntilViewsReceived(caches, 240000);
         TestingUtil.sleepThread(15000);
   
         // and now look at the state of things.
  
  
  



More information about the jboss-cvs-commits mailing list