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

Brian Stansberry brian.stansberry at jboss.com
Wed May 9 14:19:42 EDT 2007


  User: bstansberry
  Date: 07/05/09 14:19:42

  Modified:    tests/functional/org/jboss/cache/transaction 
                        AbortionTest.java
  Log:
  [JBCACHE-1046] CacheImpl.channel should be type Channel
  
  Revision  Changes    Path
  1.9       +2 -1      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- AbortionTest.java	12 Mar 2007 18:13:46 -0000	1.8
  +++ AbortionTest.java	9 May 2007 18:19:42 -0000	1.9
  @@ -12,6 +12,7 @@
   import org.jboss.cache.interceptors.OrderedSynchronizationHandler;
   import org.jboss.cache.misc.TestingUtil;
   import org.jboss.cache.transaction.NotifyingTransactionManager.Notification;
  +import org.jgroups.Channel;
   import org.jgroups.JChannel;
   
   import javax.transaction.RollbackException;
  @@ -217,7 +218,7 @@
   
      public static class MyTC extends CacheImpl
      {
  -      JChannel myChannel;
  +      Channel myChannel;
   
         public MyTC() throws Exception
         {
  
  
  



More information about the jboss-cvs-commits mailing list