Replaced all hard-coded GUID references to use the new Constants.

This commit is contained in:
leekelleher
2013-03-14 22:00:37 +00:00
parent 0f056b1702
commit 37860b4015
83 changed files with 215 additions and 161 deletions

View File

@@ -25,7 +25,7 @@ namespace Umbraco.Tests.PublishedContent
if (propertyAlias == "content")
{
//return the rte type id
return Guid.Parse("5e9b75ae-face-41c8-b47e-5f4b0fd82f83");
return Guid.Parse(Constants.PropertyEditors.TinyMCEv3);
}
return Guid.Empty;
};