[jboss-cvs] JBossCache/tests/stress/org/jboss/cache ...

Manik Surtani msurtani at jboss.com
Thu Jul 20 06:32:27 EDT 2006


  User: msurtani
  Date: 06/07/20 06:32:27

  Modified:    tests/stress/org/jboss/cache  LocalStressTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.5       +2 -2      JBossCache/tests/stress/org/jboss/cache/LocalStressTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalStressTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/stress/org/jboss/cache/LocalStressTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- LocalStressTest.java	20 Jul 2006 09:03:56 -0000	1.4
  +++ LocalStressTest.java	20 Jul 2006 10:32:27 -0000	1.5
  @@ -34,7 +34,7 @@
   /**
    * Local mode stress test for TreeCache.
    *
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    * @author <a href="mailto:bwang at jboss.org">Ben Wang</a> May 20 2003
    */
   public class LocalStressTest extends TestCase
  @@ -73,7 +73,7 @@
         System.setProperty(Context.INITIAL_CONTEXT_FACTORY, FACTORY);
   
         DummyTransactionManager.getInstance();
  -      initCaches(CacheMode.LOCAL);
  +      initCaches(Configuration.CacheMode.LOCAL);
         nodeList_ = nodeGen(depth_, children_);
         tm_ = new DummyTransactionManager();
   
  
  
  



More information about the jboss-cvs-commits mailing list