Fix the build

This commit is contained in:
Stephan
2014-05-20 08:57:27 +02:00
parent 95a4bb9ba6
commit ef7a6f19ba
2 changed files with 4 additions and 2 deletions

View File

@@ -63,8 +63,9 @@ namespace Umbraco.Tests.PublishedContent
protected override void FreezeResolution()
{
var types = PluginManager.Current.ResolveTypes<PublishedContentModel>();
PublishedContentModelFactoryResolver.Current = new PublishedContentModelFactoryResolver(
new PublishedContentModelFactory());
new PublishedContentModelFactory(types));
base.FreezeResolution();
}