[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/loader/deadlock ...

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Mon Apr 16 13:37:13 EDT 2007


  User: vblagojevic
  Date: 07/04/16 13:37:13

  Modified:    tests/functional/org/jboss/cache/loader/deadlock 
                        ConcurrentCreationDeadlockTest.java
  Log:
  rename UnitTestCacheFactory to UnitTestCacheConfigurationFactory
  
  Revision  Changes    Path
  1.16      +4 -4      JBossCache/tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConcurrentCreationDeadlockTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ConcurrentCreationDeadlockTest.java	6 Mar 2007 18:00:36 -0000	1.15
  +++ ConcurrentCreationDeadlockTest.java	16 Apr 2007 17:37:13 -0000	1.16
  @@ -7,7 +7,7 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.config.Configuration.CacheMode;
  -import org.jboss.cache.factories.UnitTestCacheFactory;
  +import org.jboss.cache.factories.UnitTestCacheConfigurationFactory;
   import org.jboss.cache.loader.AbstractCacheLoaderTestBase;
   import org.jboss.cache.transaction.DummyTransactionManager;
   
  @@ -127,7 +127,7 @@
         m_contextFactory = System.getProperty(Context.INITIAL_CONTEXT_FACTORY);
         System.setProperty(Context.INITIAL_CONTEXT_FACTORY, CONTEXT_FACTORY);
         cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(false);
  -      Configuration c = UnitTestCacheFactory.createConfiguration(CacheMode.REPL_SYNC);
  +      Configuration c = UnitTestCacheConfigurationFactory.createConfiguration(CacheMode.REPL_SYNC);
         c.setTransactionManagerLookupClass("org.jboss.cache.transaction.DummyTransactionManagerLookup");
         cache.setConfiguration(c);
      }
  @@ -394,8 +394,8 @@
       * A worker thread that applies the concurrent modifications.
       *
       * @author Marian Nikolov
  -    * @author $Author: msurtani $
  -    * @version $Date: 2007/03/06 18:00:36 $
  +    * @author $Author: vblagojevic $
  +    * @version $Date: 2007/04/16 17:37:13 $
       */
      private class Worker extends Thread
      {
  
  
  



More information about the jboss-cvs-commits mailing list