removed Season/SeasonProvider, updated dbBenchmark tests.

This commit is contained in:
kay.one
2011-06-03 18:56:53 -07:00
parent 2ecd5ddb98
commit d3be516fb2
34 changed files with 317 additions and 485 deletions
+2 -1
View File
@@ -9,13 +9,14 @@ using NzbDrone.Core.Model;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Repository;
using NzbDrone.Core.Repository.Quality;
using NzbDrone.Core.Test.Framework;
// ReSharper disable InconsistentNaming
namespace NzbDrone.Core.Test
{
[TestFixture]
public class DownloadProviderTest
public class DownloadProviderTest : TestBase
{
[Test]
public void Download_report_should_send_to_sab_and_add_to_history()