Updated unit tests for the module to inherit from proper base classes.

Updated default.aspx to support more backwards compatible features that had been removed, there
was a lot of breaking changes there!
This commit is contained in:
Shannon Deminick
2012-08-31 07:19:54 +07:00
parent b511ae3a1a
commit d0ab7e505d
11 changed files with 115 additions and 163 deletions

View File

@@ -27,6 +27,8 @@ namespace Umbraco.Tests.TestHelpers
[TearDown]
public virtual void TearDown()
{
//reset the app context
ApplicationContext.Current = null;
//reset the context on global settings
Umbraco.Core.Configuration.GlobalSettings.HttpContext = null;
Resolution.IsFrozen = false;