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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 10:00:37 EDT 2009


Author: emuckenhuber
Date: 2009-06-04 10:00:36 -0400 (Thu, 04 Jun 2009)
New Revision: 89822

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java
Log:
reload mgtView before getting the deployment.

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java	2009-06-04 13:55:00 UTC (rev 89821)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/deployers/test/DeploymentManagerUnitTestCase.java	2009-06-04 14:00:36 UTC (rev 89822)
@@ -272,7 +272,7 @@
       Thread.sleep(10000);
       try
       {
-         mgtView.getDeployment(HD_DEPLOYMENT);
+         getManagementView().getDeployment(HD_DEPLOYMENT);
          fail(HD_DEPLOYMENT + " not undeployed");
       }
       catch(NoSuchDeploymentException e)




More information about the jboss-cvs-commits mailing list