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

Manik Surtani msurtani at jboss.com
Tue Jan 2 12:15:31 EST 2007


  User: msurtani
  Date: 07/01/02 12:15:31

  Modified:    tests/functional/org/jboss/cache/api  NodeMoveAPITest.java
  Log:
  some api changes
  
  Revision  Changes    Path
  1.18      +1 -1      JBossCache/tests/functional/org/jboss/cache/api/NodeMoveAPITest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeMoveAPITest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/api/NodeMoveAPITest.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- NodeMoveAPITest.java	1 Jan 2007 22:12:20 -0000	1.17
  +++ NodeMoveAPITest.java	2 Jan 2007 17:15:31 -0000	1.18
  @@ -268,7 +268,7 @@
         cache.getConfiguration().setCacheLoaderConfig(getSingleCacheLoaderConfig(pasv, "", DummyInMemoryCacheLoader.class.getName(), null, false, false, false, false));
         cache.start();
   
  -      DummyInMemoryCacheLoader loader = (DummyInMemoryCacheLoader) cache.getCacheLoader();
  +      DummyInMemoryCacheLoader loader = (DummyInMemoryCacheLoader) cache.getCacheLoaderManager().getCacheLoader();
   
         rootNode.put("key", "value");
   
  
  
  



More information about the jboss-cvs-commits mailing list