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

Manik Surtani manik at jboss.org
Thu Jun 14 11:30:14 EDT 2007


  User: msurtani
  Date: 07/06/14 11:30:14

  Modified:    tests/functional/org/jboss/cache/config 
                        ConfigurationTest.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.14      +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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- ConfigurationTest.java	9 May 2007 18:33:27 -0000	1.13
  +++ ConfigurationTest.java	14 Jun 2007 15:30:14 -0000	1.14
  @@ -32,7 +32,7 @@
         assertEquals(0, conf.getReplQueueMaxElements());
         assertEquals("JBossCache-Cluster", conf.getClusterName());
         assertEquals(true, conf.isFetchInMemoryState());
  -      assertEquals(15000, conf.getInitialStateRetrievalTimeout());
  +      assertEquals(15000, conf.getStateRetrievalTimeout());
         assertEquals(15000, conf.getSyncReplTimeout());
         assertEquals(10000, conf.getLockAcquisitionTimeout());
         assertNull(conf.getEvictionConfig());
  
  
  



More information about the jboss-cvs-commits mailing list