assertEquals(DeploymentState.UNDEPLOYED, main.getDeploymentState(child1Name));
assertEquals(DeploymentState.UNDEPLOYED, main.getDeploymentState(child2Name));
main.removeDeployment(deployment);
main.process();
main.checkComplete();
}
public void testDeployParentMultipleChildrenFailInParentDeployer2() throws Exception
{
DeployerClient main = getMainDeployer();