Fix the build

This commit is contained in:
Stephan
2014-05-18 21:41:34 +02:00
parent 28da44f0de
commit 9ed3561b56
6 changed files with 9 additions and 9 deletions

View File

@@ -221,7 +221,7 @@ namespace Umbraco.Tests.PublishedContent
var doc = GetNode(1173);
var items = doc.Children
.Select(x => x.CreateModel2()) // linq, returns IEnumerable<IPublishedContent>
.Select(x => x.CreateModel()) // linq, returns IEnumerable<IPublishedContent>
// only way around this is to make sure every IEnumerable<T> extension
// explicitely returns a PublishedContentSet, not an IEnumerable<T>