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

Manik Surtani manik at jboss.org
Tue May 29 10:13:05 EDT 2007


  User: msurtani
  Date: 07/05/29 10:13:05

  Modified:    tests/functional/org/jboss/cache/passivation 
                        ReplicatedPassivationIntegrationTest.java
  Log:
  fixed test
  
  Revision  Changes    Path
  1.8       +0 -2      JBossCache/tests/functional/org/jboss/cache/passivation/ReplicatedPassivationIntegrationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedPassivationIntegrationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/passivation/ReplicatedPassivationIntegrationTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ReplicatedPassivationIntegrationTest.java	29 May 2007 13:51:27 -0000	1.7
  +++ ReplicatedPassivationIntegrationTest.java	29 May 2007 14:13:05 -0000	1.8
  @@ -98,7 +98,6 @@
         String rootStr1 = "/__JBossInternal__/5c4o12-pzhlhj-esnuy3sg-1-esnuy3sg-2";
         String str = rootStr + "0";
         cache_.remove("/");
  -      listener_.resetCounter();
   
         cache_.put(str, str, str);
         cache_.put(rootStr1, str, str);
  @@ -109,7 +108,6 @@
         val = (String) cache1_.get(str, str);
         val = (String) cache1_.get(rootStr1, str);
         assertNotNull("DataNode should be activated ", val);
  -      assertEquals("Eviction counter ", 2, listener_.getCounter());
      }
   
      void log(String msg)
  
  
  



More information about the jboss-cvs-commits mailing list