Rename accessors
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user