Fixed more queue issue.

This commit is contained in:
kay.one 2012-01-22 20:24:39 -08:00
commit 63bef2de31
7 changed files with 507 additions and 408 deletions

View file

@ -386,7 +386,7 @@ namespace NzbDrone.Core.Test
private static void Mark503Inconclusive()
{
ExceptionVerification.MarkInconclusive(typeof(WebException));
ExceptionVerification.MarkInconclusive("The remote server returned an error: (503) Server Unavailable.");
ExceptionVerification.MarkInconclusive("System.Net.WebException");
}
}
}