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

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


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

  Modified:    tests/functional/org/jboss/cache/pojo/integrated    
                        PropagationManagerlTest.java
                        ReplicatedNetworkManagementTest.java
                        ReplicatedPropagationManagerlTest.java
                        NetworkManagementTest.java
  Log:
  rename UnitTestCacheFactory to UnitTestCacheConfigurationFactory
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/tests/functional/org/jboss/cache/pojo/integrated/PropagationManagerlTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PropagationManagerlTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/integrated/PropagationManagerlTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PropagationManagerlTest.java	13 Jan 2007 15:55:00 -0000	1.1
  +++ PropagationManagerlTest.java	16 Apr 2007 17:37:11 -0000	1.2
  @@ -3,7 +3,7 @@
   import junit.framework.TestCase;
   
   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.test.propagation.PropagationManager;
  @@ -29,7 +29,7 @@
      private PojoCache createCache(String name) throws Exception
      {
         boolean toStart = false;
  -      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache.start();
         return cache;
      }
  
  
  
  1.2       +2 -2      JBossCache/tests/functional/org/jboss/cache/pojo/integrated/ReplicatedNetworkManagementTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedNetworkManagementTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/integrated/ReplicatedNetworkManagementTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ReplicatedNetworkManagementTest.java	13 Jan 2007 15:55:00 -0000	1.1
  +++ ReplicatedNetworkManagementTest.java	16 Apr 2007 17:37:11 -0000	1.2
  @@ -6,7 +6,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.test.NetworkAdmin;
  @@ -59,7 +59,7 @@
      private PojoCache createCache(String name) throws Exception
      {
         boolean toStart = false;
  -      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache.start();
         return cache;
      }
  
  
  
  1.2       +2 -2      JBossCache/tests/functional/org/jboss/cache/pojo/integrated/ReplicatedPropagationManagerlTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedPropagationManagerlTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/integrated/ReplicatedPropagationManagerlTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ReplicatedPropagationManagerlTest.java	13 Jan 2007 15:55:00 -0000	1.1
  +++ ReplicatedPropagationManagerlTest.java	16 Apr 2007 17:37:11 -0000	1.2
  @@ -3,7 +3,7 @@
   import junit.framework.TestCase;
   
   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.test.propagation.PropagationManager;
  @@ -28,7 +28,7 @@
   
      private PojoCache createCache(String name) throws Exception {
         boolean toStart = false;
  -      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache.start();
         return cache;
      }
  
  
  
  1.2       +2 -2      JBossCache/tests/functional/org/jboss/cache/pojo/integrated/NetworkManagementTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NetworkManagementTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/integrated/NetworkManagementTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NetworkManagementTest.java	13 Jan 2007 15:55:00 -0000	1.1
  +++ NetworkManagementTest.java	16 Apr 2007 17:37:11 -0000	1.2
  @@ -6,7 +6,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.test.NetworkAdmin;
  @@ -56,7 +56,7 @@
      private PojoCache createCache(String name) throws Exception
      {
         boolean toStart = false;
  -      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
  +      PojoCache cache = PojoCacheFactory.createCache(UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC), toStart);
         cache.start();
         return cache;
      }
  
  
  



More information about the jboss-cvs-commits mailing list