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

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/mgmt  NotificationTest.java
  Log:
  fixed simple notification events
  
  Revision  Changes    Path
  1.7       +2 -2      JBossCache/tests/functional/org/jboss/cache/mgmt/NotificationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NotificationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/mgmt/NotificationTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- NotificationTest.java	20 Jul 2006 11:14:17 -0000	1.6
  +++ NotificationTest.java	16 Aug 2006 10:52:51 -0000	1.7
  @@ -28,7 +28,7 @@
   /**
    * Functional tests for CacheMgmtInterceptor broadcast of cache event notifications
    * @author Jerry Gauthier
  - * @version $Id: NotificationTest.java,v 1.6 2006/07/20 11:14:17 msurtani Exp $
  + * @version $Id: NotificationTest.java,v 1.7 2006/08/16 10:52:51 msurtani Exp $
    */
   public class NotificationTest extends TestCase
   {
  @@ -193,7 +193,7 @@
   
          };
   
  -       cache.addTreeCacheListener(listener);
  +       cache.getNotifier().addCacheListener(listener);
          cache.startService();
   
          // check that the correct locking scheme is in use
  
  
  



More information about the jboss-cvs-commits mailing list