removes notes

This commit is contained in:
Shannon
2019-08-01 16:09:52 +10:00
parent a8bdab8f5c
commit 1095815878

View File

@@ -880,9 +880,6 @@ namespace Umbraco.Tests.Services
document.SetValue("value1", "v1fr2", "fr"); //update the value now that it's variant again
ServiceContext.ContentService.SaveAndPublish(document);
//at this stage there will be 4 property values stored in the DB for "value1" against "en", "fr" for both edited/published versions,
//with the change back to Culture, it deletes the invariant property values.
document = ServiceContext.ContentService.GetById(document.Id);
Assert.AreEqual("doc1en", document.Name);
Assert.AreEqual("doc1en", document.GetCultureName("en"));