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

Manik Surtani msurtani at jboss.com
Thu Jul 20 02:04:56 EDT 2006


  User: msurtani
  Date: 06/07/20 02:04:56

  Modified:    tests/functional/org/jboss/cache/aop/loader   
                        FileCacheLoaderAopCollectionsTest.java
                        FileCacheLoaderAopTest.java
                        FileCacheLoaderObjectGraphAopTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FileCacheLoaderAopCollectionsTest.java	1 Mar 2006 04:17:56 -0000	1.2
  +++ FileCacheLoaderAopCollectionsTest.java	20 Jul 2006 06:04:56 -0000	1.3
  @@ -40,7 +40,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.setCacheLoaderConfiguration(getCacheLoaderConfig(tmp_location));
  +//       cache.setCacheLoaderConfiguration(getCacheLoaderConfiguration(tmp_location));
      }
   
      public static Test suite() {
  
  
  
  1.7       +1 -1      JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FileCacheLoaderAopTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- FileCacheLoaderAopTest.java	1 Mar 2006 04:15:26 -0000	1.6
  +++ FileCacheLoaderAopTest.java	20 Jul 2006 06:04:56 -0000	1.7
  @@ -34,7 +34,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.setCacheLoaderConfiguration(getCacheLoaderConfig(tmp_location));
  +//       cache.setCacheLoaderConfiguration(getCacheLoaderConfiguration(tmp_location));
      }
   
      public static Test suite() {
  
  
  
  1.6       +1 -1      JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderObjectGraphAopTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FileCacheLoaderObjectGraphAopTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderObjectGraphAopTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- FileCacheLoaderObjectGraphAopTest.java	1 Mar 2006 04:15:26 -0000	1.5
  +++ FileCacheLoaderObjectGraphAopTest.java	20 Jul 2006 06:04:56 -0000	1.6
  @@ -11,7 +11,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.setCacheLoaderConfiguration(getCacheLoaderConfig(tmp_location));
  +//      cache.setCacheLoaderConfiguration(getCacheLoaderConfiguration(tmp_location));
      }
   
       protected Element getCacheLoaderConfig(String loc) throws Exception
  
  
  



More information about the jboss-cvs-commits mailing list