Merge with 6.0.6

This commit is contained in:
Shannon Deminick
2013-05-07 18:57:39 -10:00
5 changed files with 37 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using NUnit.Framework;
using Umbraco.Core.Configuration;
@@ -216,6 +217,7 @@ namespace Umbraco.Tests.PublishedContent
}
}
[DebuggerDisplay("Content Id: {Id}, Name: {Name}")]
public class PublishedContentWrapper : IPublishedContent, IOwnerCollectionAware<IPublishedContent>
{
protected IPublishedContent WrappedContent { get; private set; }