assertApplicationDeploymentSuccess(applicationDeploymentListener, dummyAppDescriptor.id);
assertAppsDir(NONE, new String[] {dummyAppDescriptor.id}, true);
assertApplicationAnchorFileExists(dummyAppDescriptor.id);
// just assert no privileged entries were put in the registry
final Application app = findApp(dummyAppDescriptor.id, 1);
final MuleRegistry registry = getMuleRegistry(app);
// mule-app.properties from the zip archive must have loaded properly
assertEquals("mule-app.properties should have been loaded.", "someValue", registry.get("myCustomProp"));
}