private String feedID = "testFeed";
@BeforeMethod
public void setup() throws ConfigurationException {
ConfigurationService cs = ConfigurationService.getInstance();
Dictionary<String, Integer> dict = new Hashtable<String, Integer>();
dict.put(ConfigurationService.UNSUBSCRIPTION_GRACE_PERIOD, 0);
cs.updated(dict);
subManager = new SubscriptionManagerService();
MockitoAnnotations.initMocks(this);
subManager.unsetLogger(null);