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

Manik Surtani msurtani at jboss.com
Wed Aug 16 06:52:51 EDT 2006


  User: msurtani
  Date: 06/08/16 06:52:51

  Modified:    tests/functional/org/jboss/cache/eviction 
                        ReplicatedLRUPolicyTest.java
  Log:
  fixed simple notification events
  
  Revision  Changes    Path
  1.11      +1 -1      JBossCache/tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedLRUPolicyTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- ReplicatedLRUPolicyTest.java	20 Jul 2006 11:48:26 -0000	1.10
  +++ ReplicatedLRUPolicyTest.java	16 Aug 2006 10:52:51 -0000	1.11
  @@ -30,7 +30,7 @@
   //      cache1_ = new TreeCache();
   //      initCaches(cache1_);
         cache_.getConfiguration().setUseRegionBasedMarshalling(true);
  -      cache_.addTreeCacheListener(listener_);
  +      cache_.getNotifier().addCacheListener(listener_);
         listener_.resetCounter();
   
         cache_.startService();
  
  
  



More information about the jboss-cvs-commits mailing list