U4-8447 - prepare for NuCache (fixing, now builds)

This commit is contained in:
Stephan
2016-05-26 18:48:35 +02:00
parent 06574b8b40
commit 23ce1e5b6e
31 changed files with 433 additions and 640 deletions

View File

@@ -16,6 +16,7 @@ using Umbraco.Core.Logging;
using Umbraco.Core.Profiling;
using Umbraco.Web;
using Umbraco.Web.Mvc;
using Umbraco.Web.PublishedCache;
using Umbraco.Web.Routing;
using Umbraco.Web.Security;
@@ -32,8 +33,8 @@ namespace Umbraco.Tests.Web
CacheHelper.CreateDisabledCacheHelper(),
new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>()));
var umbCtx = UmbracoContext.CreateContext(
Mock.Of<HttpContextBase>(),
appCtx,
Mock.Of<HttpContextBase>(), appCtx,
Mock.Of<IFacadeService>(),
new WebSecurity(Mock.Of<HttpContextBase>(), appCtx),
Mock.Of<IUmbracoSettingsSection>(),
new List<IUrlProvider>(),
@@ -58,8 +59,8 @@ namespace Umbraco.Tests.Web
CacheHelper.CreateDisabledCacheHelper(),
new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>()));
var umbCtx = UmbracoContext.CreateContext(
Mock.Of<HttpContextBase>(),
appCtx,
Mock.Of<HttpContextBase>(), appCtx,
Mock.Of<IFacadeService>(),
new WebSecurity(Mock.Of<HttpContextBase>(), appCtx),
Mock.Of<IUmbracoSettingsSection>(),
new List<IUrlProvider>(),
@@ -80,8 +81,8 @@ namespace Umbraco.Tests.Web
CacheHelper.CreateDisabledCacheHelper(),
new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>()));
var umbCtx = UmbracoContext.CreateContext(
Mock.Of<HttpContextBase>(),
appCtx,
Mock.Of<HttpContextBase>(), appCtx,
Mock.Of<IFacadeService>(),
new WebSecurity(Mock.Of<HttpContextBase>(), appCtx),
Mock.Of<IUmbracoSettingsSection>(),
new List<IUrlProvider>(),
@@ -110,8 +111,8 @@ namespace Umbraco.Tests.Web
CacheHelper.CreateDisabledCacheHelper(),
new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>()));
var umbCtx = UmbracoContext.CreateContext(
Mock.Of<HttpContextBase>(),
appCtx,
Mock.Of<HttpContextBase>(), appCtx,
Mock.Of<IFacadeService>(),
new WebSecurity(Mock.Of<HttpContextBase>(), appCtx),
Mock.Of<IUmbracoSettingsSection>(),
new List<IUrlProvider>(),