[jboss-cvs] JBossAS SVN: r61850 - trunk/system-jmx/src/tests/org/jboss/test/system/controller/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 10:52:55 EDT 2007


Author: adrian at jboss.org
Date: 2007-03-29 10:52:54 -0400 (Thu, 29 Mar 2007)
New Revision: 61850

Modified:
   trunk/system-jmx/src/tests/org/jboss/test/system/controller/test/ControllerTestSuite.java
Log:
Integration tests are not getting run from the main system-jmx testsuite.

Modified: trunk/system-jmx/src/tests/org/jboss/test/system/controller/test/ControllerTestSuite.java
===================================================================
--- trunk/system-jmx/src/tests/org/jboss/test/system/controller/test/ControllerTestSuite.java	2007-03-29 14:49:10 UTC (rev 61849)
+++ trunk/system-jmx/src/tests/org/jboss/test/system/controller/test/ControllerTestSuite.java	2007-03-29 14:52:54 UTC (rev 61850)
@@ -28,6 +28,7 @@
 import org.jboss.test.system.controller.basic.test.ControllerBasicTestSuite;
 import org.jboss.test.system.controller.configure.test.ControllerConfigureTestSuite;
 import org.jboss.test.system.controller.instantiate.test.ControllerInstantiateTestSuite;
+import org.jboss.test.system.controller.integration.test.IntegrationTestSuite;
 import org.jboss.test.system.controller.lifecycle.test.ControllerLifecycleTestSuite;
 import org.jboss.test.system.controller.parse.test.ControllerParseTestSuite;
 
@@ -53,6 +54,7 @@
       suite.addTest(ControllerInstantiateTestSuite.suite());
       suite.addTest(ControllerConfigureTestSuite.suite());
       suite.addTest(ControllerLifecycleTestSuite.suite());
+      suite.addTest(IntegrationTestSuite.suite());
       
       return suite;
    }




More information about the jboss-cvs-commits mailing list