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

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


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

  Modified:    tests/functional/org/jboss/cache/options/cachemodelocal 
                        CacheModeLocalTestBase.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.12      +2 -2      JBossCache/tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheModeLocalTestBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CacheModeLocalTestBase.java	7 Feb 2007 22:06:56 -0000	1.11
  +++ CacheModeLocalTestBase.java	14 Jun 2007 15:30:17 -0000	1.12
  @@ -48,7 +48,7 @@
   
         cache1 = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
         cache1.getConfiguration().setClusterName("test");
  -      cache1.getConfiguration().setInitialStateRetrievalTimeout(1000);
  +      cache1.getConfiguration().setStateRetrievalTimeout(1000);
         cache1.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache1.getConfiguration().setNodeLockingScheme(nodeLockingScheme);
         cache1.getConfiguration().setCacheMode(cacheMode);
  @@ -56,7 +56,7 @@
   
         cache2 = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
         cache2.getConfiguration().setClusterName("test");
  -      cache2.getConfiguration().setInitialStateRetrievalTimeout(1000);
  +      cache2.getConfiguration().setStateRetrievalTimeout(1000);
         cache2.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache2.getConfiguration().setNodeLockingScheme(nodeLockingScheme);
         cache2.getConfiguration().setCacheMode(cacheMode);
  
  
  



More information about the jboss-cvs-commits mailing list