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

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


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

  Modified:    tests/functional/org/jboss/cache/invalidation 
                        InvalidationInterceptorTest.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.23      +12 -12    JBossCache/tests/functional/org/jboss/cache/invalidation/InvalidationInterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvalidationInterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/invalidation/InvalidationInterceptorTest.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- InvalidationInterceptorTest.java	29 May 2007 13:07:41 -0000	1.22
  +++ InvalidationInterceptorTest.java	14 Jun 2007 15:30:16 -0000	1.23
  @@ -575,7 +575,7 @@
      {
         CacheImpl cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
         cache.getConfiguration().setClusterName("MyCluster");
  -      cache.getConfiguration().setInitialStateRetrievalTimeout(3000);
  +      cache.getConfiguration().setStateRetrievalTimeout(3000);
         cache.getConfiguration().setCacheMode(Configuration.CacheMode.INVALIDATION_SYNC);
         if (optimistic) cache.getConfiguration().setNodeLockingScheme("OPTIMISTIC");
         cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
  
  
  



More information about the jboss-cvs-commits mailing list