{
DeployerClient main = getMainDeployerWithComponentDeployers();
Deployment deployment = createSimpleDeployment(parentName);
addMetaData(deployment, parentmdfail1);
ContextInfo child1 = addChild(deployment, child1Path);
addMetaData(child1, child1md);
ContextInfo child2 = addChild(deployment, child2Path);
addMetaData(child2, child2md);
main.addDeployment(deployment);
main.process();
assertEquals(expectedParentChild1Child2, deployer1.getDeployedUnits());