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

Manik Surtani manik at jboss.org
Mon Mar 12 14:13:46 EDT 2007


  User: msurtani
  Date: 07/03/12 14:13:46

  Modified:    tests/functional/org/jboss/cache/transaction 
                        AbortionTest.java
  Log:
  JBCACHE-1005
  
  Revision  Changes    Path
  1.8       +7 -5      JBossCache/tests/functional/org/jboss/cache/transaction/AbortionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbortionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/transaction/AbortionTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- AbortionTest.java	7 Feb 2007 22:06:43 -0000	1.7
  +++ AbortionTest.java	12 Mar 2007 18:13:46 -0000	1.8
  @@ -7,12 +7,12 @@
   package org.jboss.cache.transaction;
   
   import junit.framework.TestCase;
  +import org.jboss.cache.CacheException;
   import org.jboss.cache.CacheImpl;
   import org.jboss.cache.interceptors.OrderedSynchronizationHandler;
   import org.jboss.cache.misc.TestingUtil;
   import org.jboss.cache.transaction.NotifyingTransactionManager.Notification;
   import org.jgroups.JChannel;
  -import org.jgroups.blocks.RpcDispatcher;
   
   import javax.transaction.RollbackException;
   import javax.transaction.Synchronization;
  @@ -210,7 +210,9 @@
            System.out.println("Added sync handler.");
         }
   
  -   };
  +   }
  +
  +   ;
   
      
      public static class MyTC extends CacheImpl
  @@ -222,7 +224,7 @@
            super();
         }
   
  -      public void start() throws Exception
  +      public void start() throws CacheException
         {
            super.start();
            myChannel = channel;
  
  
  



More information about the jboss-cvs-commits mailing list