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

Manik Surtani manik at jboss.org
Thu Jun 14 11:30:15 EDT 2007


  User: msurtani
  Date: 07/06/14 11:30:15

  Modified:    tests/functional/org/jboss/cache/loader 
                        ClusteredCacheLoaderTest.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.15      +2 -2      JBossCache/tests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClusteredCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ClusteredCacheLoaderTest.java	5 Mar 2007 13:59:08 -0000	1.14
  +++ ClusteredCacheLoaderTest.java	14 Jun 2007 15:30:15 -0000	1.15
  @@ -41,9 +41,9 @@
         cache2 = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
   
         cache1.getConfiguration().setClusterName("CCL-Test");
  -      cache1.getConfiguration().setInitialStateRetrievalTimeout(2000);
  +      cache1.getConfiguration().setStateRetrievalTimeout(2000);
         cache2.getConfiguration().setClusterName("CCL-Test");
  -      cache2.getConfiguration().setInitialStateRetrievalTimeout(2000);
  +      cache2.getConfiguration().setStateRetrievalTimeout(2000);
         cache1.getConfiguration().setCacheMode(Configuration.CacheMode.REPL_SYNC);
         cache2.getConfiguration().setCacheMode(Configuration.CacheMode.REPL_SYNC);
   
  
  
  



More information about the jboss-cvs-commits mailing list