Core.ObjectsResolution - add unit tests, fix some bugs

This commit is contained in:
Stephan
2013-01-23 09:41:01 -01:00
parent 73df3ec0de
commit 6146a0576c
25 changed files with 893 additions and 208 deletions

View File

@@ -233,7 +233,7 @@ namespace Umbraco.Tests.CodeFirst
//reset the app context
DataTypesResolver.Reset();
ApplicationContext.Current = null;
Resolution.Unfreeze();
Resolution.Reset();
PluginManager.Current = null;
string path = TestHelper.CurrentAssemblyDirectory;