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

Ben Wang bwang at jboss.com
Fri Sep 8 03:55:59 EDT 2006


  User: bwang   
  Date: 06/09/08 03:55:59

  Modified:    tests-50/functional/org/jboss/cache/pojo/util 
                        ObjectUtilTest.java
  Log:
  added toStart option
  
  Revision  Changes    Path
  1.3       +2 -1      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ObjectUtilTest.java	20 Jul 2006 18:43:13 -0000	1.2
  +++ ObjectUtilTest.java	8 Sep 2006 07:55:59 -0000	1.3
  @@ -33,7 +33,8 @@
         super.setUp();
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
  -      cache_ = PojoCacheFactory.createInstance(configFile);
  +      boolean toStart = false;
  +      cache_ = PojoCacheFactory.createInstance(configFile, toStart);
         cache_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list