{
URL contentURL = super.getDeployURL("testMCBeansDeployment.beans");
// Distribute the content
DeploymentManager mgtView = getDeploymentManager();
DeploymentProgress progress = mgtView.distribute("testMCBeansDeployment.beans", contentURL, true);
assertEquals("DeploymentProgress.getDeploymentTargets", 2, progress.getDeploymentTargets().size());
progress.addProgressListener(this);
progress.run();
DeploymentStatus status = progress.getDeploymentStatus();
assertTrue("DeploymentStatus.isCompleted", status.isCompleted());