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

Ben Wang bwang at jboss.com
Tue Oct 31 06:07:18 EST 2006


  User: bwang   
  Date: 06/10/31 06:07:18

  Modified:    tests-50/functional/org/jboss/cache/pojo/memory 
                        ReplicatedTest.java
  Log:
  Refactored to be consistent with Cache factory method name.
  
  Revision  Changes    Path
  1.5       +2 -2      JBossCache/tests-50/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-50/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ReplicatedTest.java	9 Oct 2006 08:34:19 -0000	1.4
  +++ ReplicatedTest.java	31 Oct 2006 11:07:18 -0000	1.5
  @@ -43,9 +43,9 @@
         super.setUp();
         String configFile = "META-INF/replSync-service.xml";
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.start();
  -      cache1_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache1_ = PojoCacheFactory.createCache(configFile, toStart);
         cache1_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list