Merge branch '6.0.7' into 6.1.2
Conflicts: src/Umbraco.Tests/PublishedCache/PublishedContentCacheTests.cs
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Xml;
|
||||
using NUnit.Framework;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Configuration;
|
||||
using Umbraco.Tests.PublishedContent;
|
||||
using Umbraco.Tests.TestHelpers;
|
||||
using Umbraco.Web;
|
||||
using Umbraco.Web.PublishedCache;
|
||||
@@ -77,6 +78,7 @@ namespace Umbraco.Tests.PublishedCache
|
||||
//ensure the StateHelper is using our custom context
|
||||
StateHelper.HttpContext = _httpContextFactory.HttpContext;
|
||||
|
||||
UmbracoSettings.UseLegacyXmlSchema = false;
|
||||
var cache = new PublishedContentCache
|
||||
{
|
||||
GetXmlDelegate = (context, preview) =>
|
||||
|
||||
Reference in New Issue
Block a user