Merge remote-tracking branch 'origin/dev-v7' into temp-RepoCachePerf

This commit is contained in:
Shannon
2016-01-27 19:44:04 +01:00

View File

@@ -179,7 +179,7 @@ namespace Umbraco.Tests.Persistence.Repositories
Assert.AreEqual(@"@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
" + "\t" + @"Layout = null;
}".CrLf(), template.Content);
}".Lf(), template.Content.Lf());
}
}
@@ -209,7 +209,7 @@ namespace Umbraco.Tests.Persistence.Repositories
Assert.AreEqual(@"@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
" + "\t" + @"Layout = ""test.cshtml"";
}".CrLf(), template2.Content);
}".Lf(), template2.Content.Lf());
}
}