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

Manik Surtani msurtani at jboss.com
Fri Nov 24 21:03:51 EST 2006


  User: msurtani
  Date: 06/11/24 21:03:51

  Modified:    tests/functional/org/jboss/cache/passivation  Tag:
                        Branch_JBossCache_1_3_0 PassivationTestsBase.java
  Log:
  Updated some tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.1  +2 -2      JBossCache/tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PassivationTestsBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -b -r1.10 -r1.10.2.1
  --- PassivationTestsBase.java	6 Jan 2006 18:51:26 -0000	1.10
  +++ PassivationTestsBase.java	25 Nov 2006 02:03:51 -0000	1.10.2.1
  @@ -20,7 +20,7 @@
    * Base tests for passivation using any of the cache loaders
    * 
    * @author <a href="mailto:{hmesha at novell.com}">{Hany Mesha}</a>
  - * @version $Id: PassivationTestsBase.java,v 1.10 2006/01/06 18:51:26 msurtani Exp $
  + * @version $Id: PassivationTestsBase.java,v 1.10.2.1 2006/11/25 02:03:51 msurtani Exp $
    */
   abstract public class PassivationTestsBase extends TestCase {
      //Cache Loader fields
  @@ -811,7 +811,7 @@
         assertTrue(children.contains("1"));
         assertTrue(children.contains("2"));
         assertTrue(children.contains("3"));
  -      assertEquals(4, cache.getNumberOfLocksHeld());
  +      assertEquals(5, cache.getNumberOfLocksHeld());
         tx.commit();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list