svc.installFeature("f1", "0.1");
// Uninstall repository
svc.uninstallFeature("f1", "0.1");
svc.uninstallFeature("f2", "0.2");
}
public void testInstallFeatureWithDependantFeaturesAndRangeWithoutPreinstall() throws Exception {
String name = getJarUrl(Bundle.class);