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

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


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

  Modified:    tests/functional/org/jboss/cache/config 
                        ConfigurationTest.java
  Log:
  Handle parsing of config XML in XmlConfigurationParser 
  
  Revision  Changes    Path
  1.5       +1 -1      JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConfigurationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ConfigurationTest.java	10 Oct 2006 13:21:02 -0000	1.4
  +++ ConfigurationTest.java	25 Oct 2006 04:50:21 -0000	1.5
  @@ -34,7 +34,7 @@
         assertEquals(15000, conf.getInitialStateRetrievalTimeout());
         assertEquals(15000, conf.getSyncReplTimeout());
         assertEquals(10000, conf.getLockAcquisitionTimeout());
  -      assertNull(conf.getEvictionPolicyClass());
  +      assertNull(conf.getEvictionConfig());
         assertEquals(true, conf.isUseRegionBasedMarshalling());
   
         // now test the XML block for cluster configs
  
  
  



More information about the jboss-cvs-commits mailing list