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

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


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

  Modified:    tests-50/functional/org/jboss/cache/pojo/annotation 
                        ReplicatedAnnotationTest.java
  Log:
  added toStart option
  
  Revision  Changes    Path
  1.3       +3 -2      JBossCache/tests-50/functional/org/jboss/cache/pojo/annotation/ReplicatedAnnotationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedAnnotationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/annotation/ReplicatedAnnotationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ReplicatedAnnotationTest.java	27 Jun 2006 09:19:30 -0000	1.2
  +++ ReplicatedAnnotationTest.java	8 Sep 2006 07:55:57 -0000	1.3
  @@ -45,9 +45,10 @@
         Properties prop = new Properties();
         prop.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.cache.transaction.DummyContextFactory");
         String configStr = "META-INF/replSync-service.xml";
  -      cache_ = PojoCacheFactory.createInstance(configStr);
  +      boolean toStart = false;
  +      cache_ = PojoCacheFactory.createInstance(configStr, toStart);
   
  -      cache1_ = PojoCacheFactory.createInstance(configStr);
  +      cache1_ = PojoCacheFactory.createInstance(configStr, toStart);
         cache_.start();
         cache1_.start();
      }
  
  
  



More information about the jboss-cvs-commits mailing list