Resvolution - WIP running without Resolution

This commit is contained in:
Stephan
2016-08-31 16:48:57 +02:00
parent 9dcc6b285f
commit e25e77f167
38 changed files with 248 additions and 370 deletions

View File

@@ -59,8 +59,7 @@ namespace Umbraco.Tests.PublishedContent
{
base.TearDown();
PluginManager.Current = _pluginManager;
ApplicationContext.Current.DisposeIfDisposable();
ApplicationContext.Current = null;
Core.DependencyInjection.Current.Reset();
}
protected override void FreezeResolution()