Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -335,7 +335,7 @@ namespace Umbraco.Tests.PublishedContent
|
||||
{
|
||||
var content = UmbracoContext.Current.ContentCache.GetAtRoot().First().Children.First();
|
||||
|
||||
// hack the value, pretend the converter would return something
|
||||
// HACK: the value, pretend the converter would return something
|
||||
var prop = content.GetProperty("welcomeText") as SolidPublishedPropertyWithLanguageVariants;
|
||||
Assert.IsNotNull(prop);
|
||||
prop.SetValue("nl", "nope"); // HasValue false but getting value returns this
|
||||
|
||||
Reference in New Issue
Block a user