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

Manik Surtani msurtani at jboss.com
Tue Jan 2 12:15:30 EST 2007


  User: msurtani
  Date: 07/01/02 12:15:30

  Modified:    tests/functional/org/jboss/cache/buddyreplication  
                        BuddyReplicationTestsBase.java
                        BuddyReplicationWithCacheLoaderTest.java
  Log:
  some api changes
  
  Revision  Changes    Path
  1.35      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyReplicationTestsBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- BuddyReplicationTestsBase.java	30 Dec 2006 17:50:00 -0000	1.34
  +++ BuddyReplicationTestsBase.java	2 Jan 2007 17:15:30 -0000	1.35
  @@ -205,7 +205,7 @@
            {
            }
         }
  -      CacheLoader cl = c.getCacheLoader();
  +      CacheLoader cl = c.getCacheLoaderManager().getCacheLoader();
         if (cl != null) cl.remove(Fqn.ROOT);
         c.stop();
      }
  
  
  
  1.7       +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyReplicationWithCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithCacheLoaderTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- BuddyReplicationWithCacheLoaderTest.java	30 Dec 2006 17:50:00 -0000	1.6
  +++ BuddyReplicationWithCacheLoaderTest.java	2 Jan 2007 17:15:30 -0000	1.7
  @@ -30,7 +30,7 @@
   
         for (int i = 0; i < retVal.length; i++)
         {
  -         retVal[i] = caches[i].getCacheLoader();
  +         retVal[i] = caches[i].getCacheLoaderManager().getCacheLoader();
         }
   
         return retVal;
  
  
  



More information about the jboss-cvs-commits mailing list