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

Brian Stansberry brian.stansberry at jboss.com
Wed Oct 25 00:50:20 EDT 2006


  User: bstansberry
  Date: 06/10/25 00:50:20

  Modified:    tests/functional/org/jboss/cache/api  NodeMoveAPITest.java
  Log:
  Handle parsing of config XML in XmlConfigurationParser 
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- NodeMoveAPITest.java	22 Sep 2006 16:26:28 -0000	1.8
  +++ NodeMoveAPITest.java	25 Oct 2006 04:50:20 -0000	1.9
  @@ -244,7 +244,7 @@
      protected void doCacheLoaderTest(boolean pasv, boolean useTx) throws Exception
      {
         cache.stop();
  -      cache.getConfiguration().setCacheLoaderConfiguration(getSingleCacheLoaderConfig(pasv, "", DummyInMemoryCacheLoader.class.getName(), null, false, false, false, false));
  +      cache.getConfiguration().setCacheLoaderConfig(getSingleCacheLoaderConfig(pasv, "", DummyInMemoryCacheLoader.class.getName(), null, false, false, false, false));
         cache.start();
   
         DummyInMemoryCacheLoader loader = (DummyInMemoryCacheLoader) cache.getCacheLoader();
  
  
  



More information about the jboss-cvs-commits mailing list