WIP sln is now building... though i doubt anything works atm, working on that now.

This commit is contained in:
Shannon
2015-12-20 16:49:24 +01:00
parent 73cc4b4e3f
commit 0fd9a074d8
29 changed files with 232 additions and 203 deletions

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Tests.Persistence.Repositories
private ServerRegistrationRepository CreateRepository(IDatabaseUnitOfWork unitOfWork)
{
return new ServerRegistrationRepository(unitOfWork, _staticCache, Mock.Of<ILogger>(), SqlSyntax);
return new ServerRegistrationRepository(unitOfWork, _staticCache, Logger, SqlSyntax, MappingResolver);
}
[Test]