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

Elias Ross genman at noderunner.net
Thu Feb 8 09:52:42 EST 2007


  User: genman  
  Date: 07/02/08 09:52:42

  Modified:    tests/functional/org/jboss/cache/replicated  
                        SyncCacheListenerTest.java
                        ReplicationExceptionTest.java
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.16      +3 -3      JBossCache/tests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SyncCacheListenerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- SyncCacheListenerTest.java	7 Feb 2007 22:06:41 -0000	1.15
  +++ SyncCacheListenerTest.java	8 Feb 2007 14:52:42 -0000	1.16
  @@ -32,7 +32,7 @@
   /**
    * Test out the TreeCacheListener
    *
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    */
   public class SyncCacheListenerTest extends TestCase
   {
  @@ -90,8 +90,8 @@
         cache1.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache2.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         /*
  -      cache1.setTransactionManagerLookupClass("org.jboss.cache.JBossTransactionManagerLookup");
  -      cache2.setTransactionManagerLookupClass("org.jboss.cache.JBossTransactionManagerLookup");
  +      cache1.setTransactionManagerLookupClass("org.jboss.cache.transaction.GenericTransactionManagerLookup");
  +      cache2.setTransactionManagerLookupClass("org.jboss.cache.transaction.GenericTransactionManagerLookup");
   */
         cache1.getConfiguration().setLockAcquisitionTimeout(5000);
         cache2.getConfiguration().setLockAcquisitionTimeout(5000);
  
  
  
  1.8       +3 -3      JBossCache/tests/functional/org/jboss/cache/replicated/ReplicationExceptionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicationExceptionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/replicated/ReplicationExceptionTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ReplicationExceptionTest.java	7 Feb 2007 22:06:41 -0000	1.7
  +++ ReplicationExceptionTest.java	8 Feb 2007 14:52:42 -0000	1.8
  @@ -30,7 +30,7 @@
    * Teting of replication exception for a Nonerislizable object
    *
    * @author Ben Wang
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public class ReplicationExceptionTest extends TestCase
   {
  @@ -105,8 +105,8 @@
         cache1.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache2.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         /*
  -      cache1.setTransactionManagerLookupClass("org.jboss.cache.JBossTransactionManagerLookup");
  -      cache2.setTransactionManagerLookupClass("org.jboss.cache.JBossTransactionManagerLookup");
  +      cache1.setTransactionManagerLookupClass("org.jboss.cache.transaction.GenericTransactionManagerLookup");
  +      cache2.setTransactionManagerLookupClass("org.jboss.cache.transaction.GenericTransactionManagerLookup");
   */
         cache1.getConfiguration().setLockAcquisitionTimeout(5000);
         cache2.getConfiguration().setLockAcquisitionTimeout(5000);
  
  
  



More information about the jboss-cvs-commits mailing list