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

Elias Ross genman at noderunner.net
Mon Nov 20 02:33:14 EST 2006


  User: genman  
  Date: 06/11/20 02:33:14

  Modified:    tests/functional/org/jboss/cache/notifications 
                        CacheListenerTest.java
  Log:
  JBCACHE-867 -- Fix some data copying issues of Node.getData()
  
  Revision  Changes    Path
  1.9       +1 -0      JBossCache/tests/functional/org/jboss/cache/notifications/CacheListenerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheListenerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/notifications/CacheListenerTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CacheListenerTest.java	31 Oct 2006 06:57:28 -0000	1.8
  +++ CacheListenerTest.java	20 Nov 2006 07:33:14 -0000	1.9
  @@ -110,6 +110,7 @@
         expected.add(new Event(ListenerMethod.NODE_MODIFIED, fqn, true, true, oldData));
         expected.add(new Event(ListenerMethod.NODE_MODIFIED, fqn, false, true, newData));
   
  +      assertEquals(expected.size(), eventLog.events.size());
         assertEquals(expected, eventLog.events);
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list