mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
TVDb exceptions are now ignored.
This commit is contained in:
@@ -9,7 +9,9 @@ using Ninject;
|
|||||||
using NzbDrone.Common;
|
using NzbDrone.Common;
|
||||||
using NzbDrone.Core.Providers;
|
using NzbDrone.Core.Providers;
|
||||||
using NzbDrone.Core.Test.Framework;
|
using NzbDrone.Core.Test.Framework;
|
||||||
|
using NzbDrone.Test.Common;
|
||||||
using TvdbLib.Data;
|
using TvdbLib.Data;
|
||||||
|
using TvdbLib.Exceptions;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Test.ProviderTests
|
namespace NzbDrone.Core.Test.ProviderTests
|
||||||
{
|
{
|
||||||
@@ -25,6 +27,12 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||||||
tvDbProvider = new StandardKernel().Get<TvDbProvider>();
|
tvDbProvider = new StandardKernel().Get<TvDbProvider>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[TearDown]
|
||||||
|
public void TearDown()
|
||||||
|
{
|
||||||
|
ExceptionVerification.MarkInconclusive(typeof(TvdbNotAvailableException));
|
||||||
|
}
|
||||||
|
|
||||||
[TestCase("The Simpsons")]
|
[TestCase("The Simpsons")]
|
||||||
[TestCase("Family Guy")]
|
[TestCase("Family Guy")]
|
||||||
[TestCase("South Park")]
|
[TestCase("South Park")]
|
||||||
|
Reference in New Issue
Block a user