Fixed Indexer Health Checks and tests.

This commit is contained in:
Taloth Saldono
2017-02-28 20:59:22 +01:00
parent 37d5a3f2ad
commit 2abaef16f1
12 changed files with 225 additions and 141 deletions
@@ -12,7 +12,7 @@ namespace NzbDrone.Core.Indexers
{
public static class XElementExtensions
{
private static readonly Logger Logger = NzbDroneLogger.GetLogger(typeof(XmlExtentions));
private static readonly Logger Logger = NzbDroneLogger.GetLogger(typeof(XmlExtensions));
public static readonly Regex RemoveTimeZoneRegex = new Regex(@"\s[A-Z]{2,4}$", RegexOptions.Compiled);