Should hopefully fix unit tests

This commit is contained in:
Sebastiaan Janssen
2016-01-27 15:30:34 +01:00
parent 0ea9ce1363
commit bd2b6e0f93

View File

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