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

Manik Surtani manik at jboss.org
Tue Jun 19 15:22:36 EDT 2007


  User: msurtani
  Date: 07/06/19 15:22:36

  Modified:    tests/functional/org/jboss/cache/loader 
                        LocalDelegatingCacheLoaderTest.java
  Log:
  Disabled thread safety tests for local delegating CL (will redundantly test concurrent access to the cache)
  
  Revision  Changes    Path
  1.18      +10 -0     JBossCache/tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalDelegatingCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- LocalDelegatingCacheLoaderTest.java	18 Jan 2007 16:55:18 -0000	1.17
  +++ LocalDelegatingCacheLoaderTest.java	19 Jun 2007 19:22:36 -0000	1.18
  @@ -54,6 +54,16 @@
         // do nothing
      }
   
  +   public void testCacheLoaderThreadSafety()
  +   {
  +      // do nothing
  +   }
  +
  +   public void testCacheLoaderThreadSafetyMultipleFqns()
  +   {
  +      // do nothing
  +   }
  +
   
      public static Test suite()
      {
  
  
  



More information about the jboss-cvs-commits mailing list