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

Elias Ross genman at noderunner.net
Wed Feb 7 17:06:56 EST 2007


  User: genman  
  Date: 07/02/07 17:06:56

  Modified:    tests/functional/org/jboss/cache/interceptors 
                        EvictionInterceptorTest.java
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.21      +1 -1      JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EvictionInterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- EvictionInterceptorTest.java	11 Jan 2007 13:49:05 -0000	1.20
  +++ EvictionInterceptorTest.java	7 Feb 2007 22:06:56 -0000	1.21
  @@ -59,7 +59,7 @@
         regionManager.getRegion("/d/e", true).setEvictionPolicy(config);
   
         cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
  -      cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
  +      cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache.getConfiguration().setIsolationLevel(IsolationLevel.SERIALIZABLE);
   
         // make the interceptor chain (separate from the CacheImpl object.
  
  
  



More information about the jboss-cvs-commits mailing list