fail("Uninstall should have failed as feature is not installed");
} catch (Exception e) {
// ok
}
svc.installFeature("f1", "0.1");
svc.installFeature("f1", "0.2");
try {
svc.uninstallFeature("f1");
fail("Uninstall should have failed as feature is installed in multiple versions");