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

Manik Surtani msurtani at jboss.com
Thu Jul 20 14:43:13 EDT 2006


  User: msurtani
  Date: 06/07/20 14:43:13

  Modified:    tests-50/functional/org/jboss/cache/pojo/util 
                        ObjectUtilTest.java
  Log:
  migrated to new configurators
  
  Revision  Changes    Path
  1.2       +0 -3      JBossCache/tests-50/functional/org/jboss/cache/pojo/util/ObjectUtilTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ObjectUtilTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/util/ObjectUtilTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ObjectUtilTest.java	17 Jul 2006 14:41:28 -0000	1.1
  +++ ObjectUtilTest.java	20 Jul 2006 18:43:13 -0000	1.2
  @@ -5,7 +5,6 @@
   import junit.framework.TestSuite;
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
  -import org.jboss.cache.PropertyConfigurator;
   import org.jboss.cache.pojo.PojoCache;
   import org.jboss.cache.pojo.PojoCacheFactory;
   import org.jboss.cache.pojo.impl.PojoCacheImpl;
  @@ -35,8 +34,6 @@
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
         cache_ = PojoCacheFactory.createInstance(configFile);
  -      PropertyConfigurator config = new PropertyConfigurator();
  -      config.configure(cache_, configFile); // read in generic replSync xml
         cache_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list