Fix build after merge

This commit is contained in:
Stephan
2013-09-24 09:12:58 +02:00
parent 3ca8b356ee
commit bcfb562dde
24 changed files with 105 additions and 231 deletions

View File

@@ -286,7 +286,7 @@ namespace Umbraco.Tests.PublishedContent
class AutoPublishedContentType : PublishedContentType
{
private static readonly PublishedPropertyType Default = new PublishedPropertyType("*", 0, Guid.Empty);
private static readonly PublishedPropertyType Default = new PublishedPropertyType("*", 0, "?");
public AutoPublishedContentType(int id, string alias, IEnumerable<PublishedPropertyType> propertyTypes)
: base(id, alias, propertyTypes)