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

Manik Surtani msurtani at jboss.com
Thu Jan 18 11:55:19 EST 2007


  User: msurtani
  Date: 07/01/18 11:55:19

  Modified:    tests/functional/org/jboss/cache/passivation 
                        PassivationToLocalDelegatingCacheLoaderTest.java
  Log:
  JBCACHE-889
  
  Revision  Changes    Path
  1.10      +2 -2      JBossCache/tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PassivationToLocalDelegatingCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- PassivationToLocalDelegatingCacheLoaderTest.java	11 Jan 2007 13:49:04 -0000	1.9
  +++ PassivationToLocalDelegatingCacheLoaderTest.java	18 Jan 2007 16:55:19 -0000	1.10
  @@ -12,7 +12,7 @@
    * Runs a test against using delegated cache loader
    *
    * @author <a href="mailto:{hmesha at novell.com}">{Hany Mesha}</a>
  - * @version $Id: PassivationToLocalDelegatingCacheLoaderTest.java,v 1.9 2007/01/11 13:49:04 msurtani Exp $
  + * @version $Id: PassivationToLocalDelegatingCacheLoaderTest.java,v 1.10 2007/01/18 16:55:19 msurtani Exp $
    */
   public class PassivationToLocalDelegatingCacheLoaderTest extends PassivationTestsBase
   {
  @@ -27,7 +27,7 @@
         delegating_cache.create();
         delegating_cache.start();
         cache_loader = new LocalDelegatingCacheLoader(delegating_cache);
  -      // configure first ...
  +      // setCache first ...
         cache.getConfiguration().setCacheLoaderConfig(getCacheLoaderConfig("", "org.jboss.cache.loader.LocalDelegatingCacheLoader", "", false, false));
   
         cache.setCacheLoader(cache_loader);
  
  
  



More information about the jboss-cvs-commits mailing list