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

Jason Thomas Greene jgreene at jboss.com
Thu Apr 5 21:23:16 EDT 2007


  User: jgreene 
  Date: 07/04/05 21:23:16

  Modified:    tests/functional/org/jboss/cache/pojo/jmx  MBeanTest.java
  Log:
  Fix JMX
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/tests/functional/org/jboss/cache/pojo/jmx/MBeanTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MBeanTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/jmx/MBeanTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MBeanTest.java	13 Jan 2007 15:55:12 -0000	1.1
  +++ MBeanTest.java	6 Apr 2007 01:23:16 -0000	1.2
  @@ -70,7 +70,7 @@
   
      }
   
  -   public void XtestCacheMBeanBinding() throws Exception
  +   public void testCacheMBeanBinding() throws Exception
      {
         String tmpName = JmxUtil.getCacheObjectName((org.jboss.cache.CacheSPI)cache.getCache());
         ObjectName tmpBeanName = new ObjectName(tmpName);
  @@ -78,7 +78,7 @@
         assertTrue("PojoCache Mbean hould be registered ", mBeanServer.isRegistered(mBeanName));
      }
   
  -   public void XtestConfiguration() throws Exception
  +   public void testConfiguration() throws Exception
      {
         String tmpName = JmxUtil.getCacheObjectName((org.jboss.cache.CacheSPI)cache.getCache());
         ObjectName tmpBeanName = new ObjectName(tmpName);
  @@ -86,7 +86,7 @@
         assertEquals(cache.getCache().getConfiguration(), cfgFromJmx);
      }
   
  -   public void XtestCacheOperations() throws Exception
  +   public void testCacheOperations() throws Exception
      {
         String cacheName = (String) mBeanServer.getAttribute(mBeanName, "UnderlyingCacheObjectName");
         String tmpName = JmxUtil.getCacheObjectName((org.jboss.cache.CacheSPI)cache.getCache());
  
  
  



More information about the jboss-cvs-commits mailing list