Revert "Fixes tests failing due to missing path"

This reverts commit 0c402310d9.
This commit is contained in:
Sebastiaan Janssen
2015-10-29 13:00:51 +01:00
parent da85e4eb28
commit 5a1ace9362

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Tests.TestHelpers.Entities
{
public static Content CreateSimpleContent(IContentType contentType)
{
var content = new Content("Home", -1, contentType) { Language = "en-US", Level = 1, SortOrder = 1, CreatorId = 0, WriterId = 0, Path = "-1" };
var content = new Content("Home", -1, contentType) { Language = "en-US", Level = 1, SortOrder = 1, CreatorId = 0, WriterId = 0 };
object obj =
new
{