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

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


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

  Modified:    tests-50/functional/org/jboss/cache/pojo/event    
                        MapTest.java LocalTest.java SetTest.java
                        ListTest.java
  Log:
  Refactored to be consistent with Cache factory method name.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/event/MapTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MapTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/event/MapTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MapTest.java	8 Sep 2006 07:55:58 -0000	1.2
  +++ MapTest.java	31 Oct 2006 11:07:17 -0000	1.3
  @@ -47,7 +47,7 @@
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.start();
   
         reset();
  
  
  
  1.7       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/event/LocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/event/LocalTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- LocalTest.java	8 Sep 2006 07:55:58 -0000	1.6
  +++ LocalTest.java	31 Oct 2006 11:07:17 -0000	1.7
  @@ -46,7 +46,7 @@
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.start();
   
         reset();
  
  
  
  1.3       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/event/SetTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SetTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/event/SetTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SetTest.java	8 Sep 2006 07:55:58 -0000	1.2
  +++ SetTest.java	31 Oct 2006 11:07:17 -0000	1.3
  @@ -47,7 +47,7 @@
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.start();
   
         reset();
  
  
  
  1.3       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/event/ListTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ListTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/event/ListTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ListTest.java	8 Sep 2006 07:55:58 -0000	1.2
  +++ ListTest.java	31 Oct 2006 11:07:17 -0000	1.3
  @@ -46,7 +46,7 @@
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
         boolean toStart = false;
  -      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.start();
   
         reset();
  
  
  



More information about the jboss-cvs-commits mailing list