fixed few more broken tests.

This commit is contained in:
kay.one 2013-03-27 23:49:38 -07:00
commit 2008b54f5d
12 changed files with 64 additions and 105 deletions

View file

@ -9,6 +9,8 @@ using NzbDrone.Common;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.ReferenceData;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Test.TvTests;
using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.ProviderTests
{
@ -50,7 +52,7 @@ namespace NzbDrone.Core.Test.ProviderTests
.With(f => f.TvdbId = 12345)
.With(f => f.SceneName = "Law and Order")
.With(f => f.SeasonNumber = -1)
.Build();
.BuildNew<SceneMapping>();
Db.Insert(fakeMap);