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

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Mon Apr 16 13:37:12 EDT 2007


  User: vblagojevic
  Date: 07/04/16 13:37:12

  Modified:    tests/functional/org/jboss/cache/pojo/memory 
                        ReplicatedTest.java
  Log:
  rename UnitTestCacheFactory to UnitTestCacheConfigurationFactory
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/tests/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ReplicatedTest.java	13 Jan 2007 15:55:09 -0000	1.1
  +++ ReplicatedTest.java	16 Apr 2007 17:37:12 -0000	1.2
  @@ -13,7 +13,7 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.cache.config.Configuration.CacheMode;
  -import org.jboss.cache.factories.UnitTestCacheFactory;
  +import org.jboss.cache.factories.UnitTestCacheConfigurationFactory;
   import org.jboss.cache.pojo.PojoCache;
   import org.jboss.cache.pojo.PojoCacheFactory;
   import org.jboss.cache.pojo.TestingUtil;
  @@ -44,9 +44,9 @@
      {
         super.setUp();
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      cache_ = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache_.start();
  -      cache1_ = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      cache1_ = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache1_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list