[jboss-cvs] JBossCache/old/tests/functional/org/jboss/cache/aop/eviction ...

Elias Ross genman at noderunner.net
Wed Feb 7 17:11:48 EST 2007


  User: genman  
  Date: 07/02/07 17:11:48

  Modified:    old/tests/functional/org/jboss/cache/aop/eviction  
                        AopLRUPolicyTest.java
                        AopLRUPolicyUpdateEvictionTest.java
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/old/tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopLRUPolicyTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/old/tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AopLRUPolicyTest.java	31 Oct 2006 08:01:15 -0000	1.1
  +++ AopLRUPolicyTest.java	7 Feb 2007 22:11:48 -0000	1.2
  @@ -12,7 +12,7 @@
   
   /**
    * @author Ben Wang, Feb 11, 2004
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class AopLRUPolicyTest extends TestCase
   {
  @@ -40,7 +40,7 @@
   //      sleep(10000);
         cache_ = new PojoCache();
   //      cache_.setConfiguration(new XmlConfigurationParser().parseFile("META-INF/pojocache-service.xml")); // read in generic local xml
  -      cache_.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
  +      cache_.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache_.start();
      }
   
  
  
  
  1.2       +2 -2      JBossCache/old/tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopLRUPolicyUpdateEvictionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/old/tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AopLRUPolicyUpdateEvictionTest.java	31 Oct 2006 08:01:15 -0000	1.1
  +++ AopLRUPolicyUpdateEvictionTest.java	7 Feb 2007 22:11:48 -0000	1.2
  @@ -18,7 +18,7 @@
   
   /**
    * @author Ben Wang, Feb 11, 2004
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class AopLRUPolicyUpdateEvictionTest extends TestCase
   {
  @@ -46,7 +46,7 @@
   //      sleep(10000);
         cache_ = new PojoCache();
   //      cache_.setConfiguration(new XmlConfigurationParser().parseFile("META-INF/local-aop-eviction-service.xml")); // read in generic local xml
  -      cache_.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
  +      cache_.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list