asmuts      02/05/14 09:45:53

  Modified:    src/test/org/apache/jcs TestDiskCacheConcurrent.java
  Log:
  added another region
  
  I can't tell why the test disk concurrent test fails.
  
  Not more than one jvm should access the same disk directory.  I can't tell how the 
tester works.
  
  Is there process, one cache or 3.
  
  Revision  Changes    Path
  1.3       +4 -4      
jakarta-turbine-jcs/src/test/org/apache/jcs/TestDiskCacheConcurrent.java
  
  Index: TestDiskCacheConcurrent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/src/test/org/apache/jcs/TestDiskCacheConcurrent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestDiskCacheConcurrent.java      26 Apr 2002 16:11:17 -0000      1.2
  +++ TestDiskCacheConcurrent.java      14 May 2002 16:45:53 -0000      1.3
  @@ -64,7 +64,7 @@
    * same region.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>James Taylor</a>
  - * @version $Id: TestDiskCacheConcurrent.java,v 1.2 2002/04/26 16:11:17 jmcnally 
Exp $
  + * @version $Id: TestDiskCacheConcurrent.java,v 1.3 2002/05/14 16:45:53 asmuts Exp $
    */
   public class TestDiskCacheConcurrent extends TestCase
   {
  @@ -98,7 +98,7 @@
           {
               public void runTest() throws Exception
               {
  -                this.runTestForRegion( "indexedRegion1", 0, 200 );
  +                this.runTestForRegion( "indexedRegion4", 0, 200 );
               }
           } );
   
  @@ -106,7 +106,7 @@
           {
               public void runTest() throws Exception
               {
  -                this.runTestForRegion( "indexedRegion1", 1000, 1200 );
  +                this.runTestForRegion( "indexedRegion4", 1000, 1200 );
               }
           } );
   
  @@ -114,7 +114,7 @@
           {
               public void runTest() throws Exception
               {
  -                this.runTestForRegion( "indexedRegion1", 2000, 2200 );
  +                this.runTestForRegion( "indexedRegion4", 2000, 2200 );
               }
           });
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to