Rename accessors

This commit is contained in:
Stephan
2018-04-30 21:29:49 +02:00
parent dbf310caf1
commit ff7c74ec8a
46 changed files with 182 additions and 182 deletions

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Tests.Web
TestObjects.GetUmbracoSettings(),
new List<IUrlProvider>(),
TestObjects.GetGlobalSettings(),
new TestCurrentVariationAccessor());
new TestVariationContextAccessor());
var r1 = new RouteData();
r1.DataTokens.Add(Core.Constants.Web.UmbracoContextDataToken, umbCtx);
@@ -50,7 +50,7 @@ namespace Umbraco.Tests.Web
TestObjects.GetUmbracoSettings(),
new List<IUrlProvider>(),
TestObjects.GetGlobalSettings(),
new TestCurrentVariationAccessor());
new TestVariationContextAccessor());
var r1 = new RouteData();
r1.DataTokens.Add(Core.Constants.Web.UmbracoContextDataToken, umbCtx);
@@ -78,7 +78,7 @@ namespace Umbraco.Tests.Web
TestObjects.GetUmbracoSettings(),
new List<IUrlProvider>(),
TestObjects.GetGlobalSettings(),
new TestCurrentVariationAccessor());
new TestVariationContextAccessor());
var httpContext = Mock.Of<HttpContextBase>();