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

Manik Surtani msurtani at jboss.com
Tue Sep 5 08:19:39 EDT 2006


  User: msurtani
  Date: 06/09/05 08:19:39

  Modified:    tests/functional/org/jboss/cache/interceptors 
                        EvictionInterceptorTest.java
  Log:
  Fixed num of args
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- EvictionInterceptorTest.java	30 Aug 2006 17:08:19 -0000	1.8
  +++ EvictionInterceptorTest.java	5 Sep 2006 12:19:39 -0000	1.9
  @@ -172,7 +172,7 @@
         assertNull(regionManager.getRegion(fqn3).takeLastEventNode());
   
         // check null handling.
  -      mc = MethodCallFactory.create(MethodDeclarations.getDataMapMethodLocal, null);
  +      mc = MethodCallFactory.create(MethodDeclarations.getDataMapMethodLocal, new Object[]{null});
         interceptor.invoke(mc);
   
      }
  
  
  



More information about the jboss-cvs-commits mailing list