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

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


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

  Modified:    tests/functional/org/jboss/cache/mgmt  NotificationTest.java
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.20      +2 -2      JBossCache/tests/functional/org/jboss/cache/mgmt/NotificationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NotificationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/mgmt/NotificationTest.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- NotificationTest.java	11 Jan 2007 13:49:05 -0000	1.19
  +++ NotificationTest.java	7 Feb 2007 22:06:51 -0000	1.20
  @@ -27,7 +27,7 @@
    * Functional tests for CacheMgmtInterceptor broadcast of cache event notifications
    *
    * @author Jerry Gauthier
  - * @version $Id: NotificationTest.java,v 1.19 2007/01/11 13:49:05 msurtani Exp $
  + * @version $Id: NotificationTest.java,v 1.20 2007/02/07 22:06:51 genman Exp $
    */
   public class NotificationTest extends TestCase
   {
  @@ -169,7 +169,7 @@
         cache.getConfiguration().setClusterName(clusterName);
         if (optimistic)
         {
  -         cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
  +         cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
            cache.getConfiguration().setNodeLockingScheme("OPTIMISTIC");
         }
         cache.create();
  
  
  



More information about the jboss-cvs-commits mailing list