[jboss-cvs] JBossAS SVN: r64964 - trunk/testsuite/src/main/org/jboss/test/jmx/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 30 07:14:53 EDT 2007


Author: dimitris at jboss.org
Date: 2007-08-30 07:14:53 -0400 (Thu, 30 Aug 2007)
New Revision: 64964

Modified:
   trunk/testsuite/src/main/org/jboss/test/jmx/test/ListenerServiceMBeanUnitTestCase.java
Log:
Commenting out the test until it is clarified if DeploymentInfo notifications are still generated in JBoss 5

Modified: trunk/testsuite/src/main/org/jboss/test/jmx/test/ListenerServiceMBeanUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jmx/test/ListenerServiceMBeanUnitTestCase.java	2007-08-30 11:14:01 UTC (rev 64963)
+++ trunk/testsuite/src/main/org/jboss/test/jmx/test/ListenerServiceMBeanUnitTestCase.java	2007-08-30 11:14:53 UTC (rev 64964)
@@ -43,11 +43,10 @@
    /**
     * [JBAS-1959] 
     */
-   /* FIXME - Commenting out the test until it is clarified if DeploymentInfo
-              notifications are still generated in JBoss 5
-    
    public void testDeploymentInfoNotificationFilterFactory() throws Exception
    {
+      /* FIXME - Commenting out the test until it is clarified if DeploymentInfo
+                 notifications are still generated in JBoss 5      
       Logger log = getLog();
       log.info("+++ testDeploymentInfoNotificationFilterFactory");
 
@@ -85,6 +84,6 @@
          undeploy(testService);         
          undeploy(listenerService);
       }
+      */
    }
-   */   
 }
\ No newline at end of file




More information about the jboss-cvs-commits mailing list