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

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


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

  Modified:    tests/functional/org/jboss/cache/jmx 
                        LegacyConfigurationTest.java
  Log:
  JBCACHE-1109
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/tests/functional/org/jboss/cache/jmx/LegacyConfigurationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LegacyConfigurationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/LegacyConfigurationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- LegacyConfigurationTest.java	24 May 2007 03:56:33 -0000	1.2
  +++ LegacyConfigurationTest.java	14 Jun 2007 15:30:16 -0000	1.3
  @@ -63,7 +63,7 @@
    * Test of the CacheLegacyJmxWrapper.
    *
    * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class LegacyConfigurationTest extends CacheJmxWrapperTestBase
   {
  @@ -106,7 +106,7 @@
         assertEquals("FetchInMemoryState", false, wrapper.getFetchInMemoryState());
         assertEquals("FetchInMemoryState", false, c.isFetchInMemoryState());
         assertEquals("InitialStateRetrievalTimeout", 100, wrapper.getInitialStateRetrievalTimeout());
  -      assertEquals("InitialStateRetrievalTimeout", 100, c.getInitialStateRetrievalTimeout());
  +      assertEquals("InitialStateRetrievalTimeout", 100, c.getStateRetrievalTimeout());
         assertEquals("InactiveOnStartup", true, wrapper.isInactiveOnStartup());
         assertEquals("InactiveOnStartup", true, c.isInactiveOnStartup());
         assertEquals("NodeLockingScheme", "OPTIMISTIC", wrapper.getNodeLockingScheme());
  
  
  



More information about the jboss-cvs-commits mailing list