Fixed merge issues

This commit is contained in:
Shannon
2013-09-10 11:51:57 +10:00
parent e962e86c3c
commit edc4dc6f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ namespace Umbraco.Tests.Persistence.Repositories
//assign the db context
new DatabaseContext(dbFactory),
//assign the service context
new ServiceContext(UnitOfWorkProvider, new FileUnitOfWorkProvider(), new PublishingStrategy()),
new ServiceContext(UnitOfWorkProvider, new FileUnitOfWorkProvider(), new PublishingStrategy(), cacheHelper),
//disable cache
cacheHelper)
{