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

Manik Surtani manik at jboss.org
Thu Jun 28 12:53:38 EDT 2007


  User: msurtani
  Date: 07/06/28 12:53:38

  Modified:    tests/functional/org/jboss/cache/loader 
                        CacheLoaderManagerTest.java
  Log:
  Notification changes
  
  Revision  Changes    Path
  1.14      +2 -3      JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLoaderManagerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- CacheLoaderManagerTest.java	4 Jan 2007 05:35:41 -0000	1.13
  +++ CacheLoaderManagerTest.java	28 Jun 2007 16:53:38 -0000	1.14
  @@ -9,8 +9,7 @@
   import junit.framework.Assert;
   import junit.framework.Test;
   import junit.framework.TestSuite;
  -import org.jboss.cache.CacheListener;
  -import org.jboss.cache.CacheSPI;
  +import org.jboss.cache.Cache;
   import org.jboss.cache.config.CacheLoaderConfig;
   import org.jboss.cache.factories.XmlConfigurationParser;
   import org.jboss.cache.xml.XmlHelper;
  @@ -630,7 +629,7 @@
   
      private class MockCacheLoaderManager extends CacheLoaderManager
      {
  -      protected void addCacheListener(CacheSPI cache, CacheListener listener)
  +      protected void addCacheListener(Cache cache, Object listener)
         {
            /* do nothing... */
         }
  
  
  



More information about the jboss-cvs-commits mailing list