Fixed an issue with unit tests and not resetting settings.

This commit is contained in:
Shannon Deminick
2012-10-14 08:11:49 +05:00
parent f7868b2cf1
commit 0e0c4fcb1f

View File

@@ -103,7 +103,9 @@ namespace Umbraco.Tests.ContentStores
[TearDown]
public void TearDown()
{
//TODO: need to reset everything!
Umbraco.Core.Configuration.UmbracoSettings.UseLegacyXmlSchema = false;
}
[Test]