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

Manik Surtani msurtani at jboss.com
Thu Jul 20 06:31:11 EDT 2006


  User: msurtani
  Date: 06/07/20 06:31:11

  Modified:    tests/functional/org/jboss/cache/aop/loader 
                        FileCacheLoaderAopCollectionsTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.4       +1 -1      JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopCollectionsTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FileCacheLoaderAopCollectionsTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopCollectionsTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- FileCacheLoaderAopCollectionsTest.java	20 Jul 2006 06:04:56 -0000	1.3
  +++ FileCacheLoaderAopCollectionsTest.java	20 Jul 2006 10:31:10 -0000	1.4
  @@ -39,7 +39,7 @@
   
      protected void configureCache() throws Exception {
         String tmp_location = System.getProperty("java.io.tmpdir", "c:\\tmp");
  -      cache.setCacheLoaderConfiguration(getSingleCacheLoaderConfig("", "org.jboss.cache.loader.FileCacheLoader", "", false, true, false));
  +      cache.getConfiguration().setCacheLoaderConfiguration(getSingleCacheLoaderConfig("", "org.jboss.cache.loader.FileCacheLoader", "", false, true, false));
   //       cache.setCacheLoaderConfiguration(getCacheLoaderConfiguration(tmp_location));
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list