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

Elias Ross genman at noderunner.net
Fri Dec 8 14:09:42 EST 2006


  User: genman  
  Date: 06/12/08 14:09:42

  Modified:    tests/functional/org/jboss/cache/interceptors 
                        EvictionInterceptorTest.java
  Log:
  JBCACHE-888 Clean up node interfaces a little more
  
  Revision  Changes    Path
  1.17      +1 -1      JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EvictionInterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- EvictionInterceptorTest.java	20 Nov 2006 03:53:56 -0000	1.16
  +++ EvictionInterceptorTest.java	8 Dec 2006 19:09:41 -0000	1.17
  @@ -358,7 +358,7 @@
   
   
         node = cache.get(fqn.toString());
  -      assertEquals(100, node.numAttributes());
  +      assertEquals(100, node.getData().size());
         assertNotNull(node);
   
         for (int i = 0; i < 100; i++)
  
  
  



More information about the jboss-cvs-commits mailing list