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

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


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

  Modified:    tests/functional/org/jboss/cache/options 
                        SuppressLockingTest.java
  Log:
  Cleaned up cache factory
  
  Revision  Changes    Path
  1.10      +1 -1      JBossCache/tests/functional/org/jboss/cache/options/SuppressLockingTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SuppressLockingTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/SuppressLockingTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- SuppressLockingTest.java	30 Dec 2006 17:49:54 -0000	1.9
  +++ SuppressLockingTest.java	2 Jan 2007 18:26:07 -0000	1.10
  @@ -36,7 +36,7 @@
         Configuration config = new Configuration();
         config.setCacheMode(Configuration.CacheMode.LOCAL);
         config.setTransactionManagerLookupClass(DummyTransactionManagerLookup.class.getName());
  -      cache = (CacheImpl) DefaultCacheFactory.createCache(config);
  +      cache = (CacheImpl) DefaultCacheFactory.getInstance().createCache(config);
         m = cache.getTransactionManager();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list