svc.addRepository(uri);
svc.installFeature("f1", "0.1");
// Uninstall repository
svc.uninstallFeature("f1", "0.1");
svc.uninstallFeature("f2", "0.1");
}
// Tests install of a Repository that includes a feature with a feature dependency
public void testInstallFeatureWithDependantFeaturesAndNoVersionWithoutPreinstall() throws Exception {