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

Manik Surtani msurtani at jboss.com
Thu Jul 20 05:03:53 EDT 2006


  User: msurtani
  Date: 06/07/20 05:03:53

  Modified:    tests/functional/org/jboss/cache/loader/deadlock 
                        ConcurrentCreationDeadlockTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.4       +3 -3      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ConcurrentCreationDeadlockTest.java	20 Jul 2006 06:04:56 -0000	1.3
  +++ ConcurrentCreationDeadlockTest.java	20 Jul 2006 09:03:53 -0000	1.4
  @@ -139,7 +139,7 @@
        */
       private void startCache(Configuration.CacheMode cacheMode, String cacheLoaderClass)
               throws Exception {
  -        m_cache.getConfiguration().setCacheModeInt(cacheMode);
  +        m_cache.getConfiguration().setCacheMode(cacheMode);
           if (cacheLoaderClass != null) {
               m_cache.getConfiguration().setClusterConfig(getSingleCacheLoaderConfig("", cacheLoaderClass, "", false, false, false));
           }
  @@ -357,8 +357,8 @@
        * @author Marian Nikolov
        * @author $Author: msurtani $
        * @version $RCSfile: ConcurrentCreationDeadlockTest.java,v $
  -     * @version $Revision: 1.3 $
  -     * @version $Date: 2006/07/20 06:04:56 $
  +     * @version $Revision: 1.4 $
  +     * @version $Date: 2006/07/20 09:03:53 $
        */
       private class Worker extends Thread {
           /** Used to fire all workers at the same time. */
  
  
  



More information about the jboss-cvs-commits mailing list