Alot of refactoring.

This commit is contained in:
kay.one
2011-11-12 23:27:16 -08:00
parent 2e94e322f4
commit 72d0fc50ed
89 changed files with 503 additions and 767 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace NzbDrone.Core.Test
[Explicit]
[Category("Benchmark")]
// ReSharper disable InconsistentNaming
public class DbBenchmark : TestBase
public class DbBenchmark : CoreTest
{
const int Episodes_Per_Season = 20;
private readonly List<int> seasonsNumbers = new List<int> { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };