[jboss-cvs] JBossAS SVN: r106272 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 25 06:05:51 EDT 2010


Author: emuckenhuber
Date: 2010-06-25 06:05:50 -0400 (Fri, 25 Jun 2010)
New Revision: 106272

Modified:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java
Log:
check deployment state started.

Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java	2010-06-25 08:46:52 UTC (rev 106271)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java	2010-06-25 10:05:50 UTC (rev 106272)
@@ -97,6 +97,7 @@
             // disable stopped check, as it was started before
             start = distributeAndStart(NESTED_DEPLOYMENT, deploymentName, true, false);
             assertComplete(start);
+            assertDeploymentState(start.getDeploymentID(), DeploymentState.STARTED);
 
             Thread.sleep(5);
             



More information about the jboss-cvs-commits mailing list