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

Manik Surtani msurtani at jboss.com
Tue Jan 2 13:26:05 EST 2007


  User: msurtani
  Date: 07/01/02 13:26:05

  Modified:    tests/functional/org/jboss/cache/factories 
                        CustomInterceptorChainTest.java
  Log:
  Cleaned up cache factory
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/tests/functional/org/jboss/cache/factories/CustomInterceptorChainTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CustomInterceptorChainTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/factories/CustomInterceptorChainTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CustomInterceptorChainTest.java	31 Oct 2006 06:57:29 -0000	1.2
  +++ CustomInterceptorChainTest.java	2 Jan 2007 18:26:05 -0000	1.3
  @@ -16,7 +16,7 @@
      protected void setUp() throws Exception
      {
         Configuration c = new Configuration();
  -      cache = (CacheSPI) DefaultCacheFactory.createCache(c);
  +      cache = (CacheSPI) DefaultCacheFactory.getInstance().createCache(c);
         cache.create();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list