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

Manik Surtani manik at jboss.org
Mon Jun 18 18:44:26 EDT 2007


  User: msurtani
  Date: 07/06/18 18:44:26

  Modified:    tests/functional/org/jboss/cache/passivation 
                        ConcurrentPassivationTest.java
  Log:
  cache loader locking improvements
  
  Revision  Changes    Path
  1.15      +1 -6      JBossCache/tests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConcurrentPassivationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ConcurrentPassivationTest.java	11 Jun 2007 12:58:17 -0000	1.14
  +++ ConcurrentPassivationTest.java	18 Jun 2007 22:44:26 -0000	1.15
  @@ -15,21 +15,17 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.factories.XmlConfigurationParser;
   import org.jboss.cache.loader.DummyInMemoryCacheLoader;
  -import org.jboss.cache.misc.TestingUtil;
   
   /**
    * Tests cache behavior in the presence of concurrent passivation.
    *
    * @author Brian Stansberry
  - * @version $Revision: 1.14 $
  + * @version $Revision: 1.15 $
    */
   public class ConcurrentPassivationTest extends TestCase
   {
      private CacheImpl cache_;
      private int wakeupIntervalMillis_ = 0;
  -   private String tmpDir = System.getProperty("java.io.tmpdir", "/tmp");
  -   private String cacheLoaderDir = "/JBossCacheFileCacheLoader";
  -
   
      public ConcurrentPassivationTest(String s)
      {
  @@ -60,7 +56,6 @@
      public void tearDown() throws Exception
      {
         super.tearDown();
  -      TestingUtil.recursiveFileRemove(tmpDir + cacheLoaderDir);
         cache_.stop();
         cache_ = null;
      }
  
  
  



More information about the jboss-cvs-commits mailing list