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

Manik Surtani msurtani at jboss.com
Wed Sep 6 11:30:57 EDT 2006


  User: msurtani
  Date: 06/09/06 11:30:57

  Modified:    tests/functional/org/jboss/cache/interceptors 
                        EvictionInterceptorTest.java
  Log:
  Removed TreeCache dependency on ServiceMBeanSupport
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- EvictionInterceptorTest.java	5 Sep 2006 12:19:39 -0000	1.9
  +++ EvictionInterceptorTest.java	6 Sep 2006 15:30:57 -0000	1.10
  @@ -93,14 +93,14 @@
         ei.setNext(ci);
   
         cache.getConfiguration().setCacheMode("LOCAL");
  -      cache.startService();
  +      cache.start();
      }
   
      public void tearDown() throws Exception
      {
         super.tearDown();
         cache.remove("/");
  -      cache.stopService();
  +      cache.stop();
      }
   
      public void testVisitNode() throws Throwable
  
  
  



More information about the jboss-cvs-commits mailing list