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

Manik Surtani manik at jboss.org
Thu Jul 5 14:59:05 EDT 2007


  User: msurtani
  Date: 07/07/05 14:59:05

  Modified:    tests/functional/org/jboss/cache/notifications  Tag:
                        Branch_JBossCache_1_4_0 TreeCacheListenerTest.java
  Log:
  Fixed broken unit test.  These notifications have been cleaned up.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -4      JBossCache/tests/functional/org/jboss/cache/notifications/Attic/TreeCacheListenerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheListenerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/notifications/Attic/TreeCacheListenerTest.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- TreeCacheListenerTest.java	8 Mar 2007 12:49:05 -0000	1.1.2.2
  +++ TreeCacheListenerTest.java	5 Jul 2007 18:59:04 -0000	1.1.2.3
  @@ -25,7 +25,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Id: TreeCacheListenerTest.java,v 1.1.2.2 2007/03/08 12:49:05 msurtani Exp $
  + * @version $Id: TreeCacheListenerTest.java,v 1.1.2.3 2007/07/05 18:59:04 msurtani Exp $
    */
   public class TreeCacheListenerTest extends TestCase
   {
  @@ -91,9 +91,7 @@
   
              // Fqn.ROOT will be visited since children are created under it
              expectedChanges.add("visited /");
  -           expectedChanges.add("modify about to modify local /hello");
  -           expectedChanges.add("modified /hello");
  -           expectedChanges.add("modify Modified local /hello");
  +           expectedChanges.add("visited /hello");
          }
   
          expectedChanges.add("modify about to modify local /hello/world");
  
  
  



More information about the jboss-cvs-commits mailing list