[jboss-cvs] JBossAS SVN: r64922 - trunk/testsuite/src/main/org/jboss/test/jmx/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Aug 28 14:16:31 EDT 2007
Author: dimitris at jboss.org
Date: 2007-08-28 14:16:31 -0400 (Tue, 28 Aug 2007)
New Revision: 64922
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-28 18:14:15 UTC (rev 64921)
+++ trunk/testsuite/src/main/org/jboss/test/jmx/test/ListenerServiceMBeanUnitTestCase.java 2007-08-28 18:16:31 UTC (rev 64922)
@@ -43,6 +43,9 @@
/**
* [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
{
Logger log = getLog();
@@ -82,5 +85,6 @@
undeploy(testService);
undeploy(listenerService);
}
- }
+ }
+ */
}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list