Added service integration tests.

This commit is contained in:
kay.one 2012-02-03 21:28:50 -08:00
commit 02a3b38210
7 changed files with 88 additions and 13 deletions

View file

@ -422,6 +422,11 @@ namespace NzbDrone.Core.Providers.Core
set { SetValue("BlackholeDirectory", value); }
}
public virtual string ServiceRootUrl
{
get { return "http://services.nzbdrone.com"; }
}
public string UGuid
{
get { return GetValue("UGuid", Guid.NewGuid().ToString(), persist: true); }