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

Manik Surtani manik at jboss.org
Mon Jul 9 07:23:34 EDT 2007


  User: msurtani
  Date: 07/07/09 07:23:34

  Modified:    tests/functional/org/jboss/cache/notifications  Tag:
                        Branch_JBossCache_1_4_0 TreeCacheListenerTest.java
  Log:
  fixed broken UT
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +4 -2      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.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- TreeCacheListenerTest.java	5 Jul 2007 18:59:04 -0000	1.1.2.3
  +++ TreeCacheListenerTest.java	9 Jul 2007 11:23:34 -0000	1.1.2.4
  @@ -25,7 +25,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Id: TreeCacheListenerTest.java,v 1.1.2.3 2007/07/05 18:59:04 msurtani Exp $
  + * @version $Id: TreeCacheListenerTest.java,v 1.1.2.4 2007/07/09 11:23:34 msurtani Exp $
    */
   public class TreeCacheListenerTest extends TestCase
   {
  @@ -91,7 +91,9 @@
   
              // Fqn.ROOT will be visited since children are created under it
              expectedChanges.add("visited /");
  -           expectedChanges.add("visited /hello");
  +           expectedChanges.add("modify about to modify local /hello");
  +           expectedChanges.add("modified /hello");
  +           expectedChanges.add("modify Modified local /hello");
          }
   
          expectedChanges.add("modify about to modify local /hello/world");
  
  
  



More information about the jboss-cvs-commits mailing list