replay(bundleManager);
FeaturesServiceImpl svc = new FeaturesServiceImpl(bundleManager);
EasyMock.verify(bundleManager);
svc.addRepository(uri);
svc.removeRepository(uri);
verify(bundleManager);
}
// Tests install of a Repository that includes a feature
// with a feature dependency