lots of different things ;)

This commit is contained in:
kay.one 2011-10-23 22:54:09 -07:00
commit 4ae268b8e5
71 changed files with 526 additions and 1229 deletions

View file

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Test.ProviderTests
private Series series;
[SetUp]
public new void Setup()
public void Setup()
{
episodes = Builder<Episode>.CreateListOfSize(6)
.All()
@ -42,8 +42,6 @@ namespace NzbDrone.Core.Test.ProviderTests
.Build();
series = Builder<Series>.CreateNew().With(s => s.SeriesId = 1).Build();
base.Setup();
}
[Test]