From 0e0c4fcb1f75e2d3dfd7d7de53ba7390651c6e5a Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Sun, 14 Oct 2012 08:11:49 +0500 Subject: [PATCH] Fixed an issue with unit tests and not resetting settings. --- src/Umbraco.Tests/ContentStores/PublishContentStoreTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/ContentStores/PublishContentStoreTests.cs b/src/Umbraco.Tests/ContentStores/PublishContentStoreTests.cs index e4e19a6b18..26594a57da 100644 --- a/src/Umbraco.Tests/ContentStores/PublishContentStoreTests.cs +++ b/src/Umbraco.Tests/ContentStores/PublishContentStoreTests.cs @@ -103,7 +103,9 @@ namespace Umbraco.Tests.ContentStores [TearDown] public void TearDown() { - + //TODO: need to reset everything! + + Umbraco.Core.Configuration.UmbracoSettings.UseLegacyXmlSchema = false; } [Test]