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

Manik Surtani msurtani at jboss.com
Mon Oct 23 13:39:00 EDT 2006


  User: msurtani
  Date: 06/10/23 13:39:00

  Modified:    tests/functional/org/jboss/cache/eviction  RegionTest.java
  Log:
  JBCACHE-684
  
  Revision  Changes    Path
  1.7       +1 -1      JBossCache/tests/functional/org/jboss/cache/eviction/RegionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RegionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/eviction/RegionTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- RegionTest.java	12 Oct 2006 03:37:17 -0000	1.6
  +++ RegionTest.java	23 Oct 2006 17:39:00 -0000	1.7
  @@ -81,7 +81,7 @@
   
         Region region = regionManager_.getRegion("/a/b");
         // This should succeed, alhtough it will produce warning over the threshold.
  -      for (int i = 0; i < RegionManager.CAPACITY - 1; i++)
  +      for (int i = 0; i < EvictionConfiguration.EVENT_QUEUE_SIZE_DEFAULT - 1; i++)
         {
            region.setAddedNode(fqn2);
         }
  
  
  



More information about the jboss-cvs-commits mailing list