fixed more tests.

This commit is contained in:
kay.one 2013-03-24 12:56:51 -07:00
commit cd6f0fc55c
4 changed files with 34 additions and 7 deletions

View file

@ -1,10 +1,12 @@
using System;
using System.Data;
using System.Linq;
using FizzWare.NBuilder;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Test.Framework;
using ServiceStack.OrmLite;
namespace NzbDrone.Core.Test.Datastore
{
@ -29,6 +31,7 @@ namespace NzbDrone.Core.Test.Datastore
.With(c => c.Id = 0)
.Build();
Mocker.Resolve<IDbConnection>().CreateTable<BaiscType>();
}
[Test]