Downgraded cherry picked test to work on 8.2.1
This commit is contained in:
@@ -1108,7 +1108,7 @@ namespace Umbraco.Tests.PublishedContent
|
|||||||
|
|
||||||
_snapshotService.Notify(new[]
|
_snapshotService.Notify(new[]
|
||||||
{
|
{
|
||||||
new ContentCacheRefresher.JsonPayload(1, Guid.Empty, TreeChangeTypes.RefreshNode)
|
new ContentCacheRefresher.JsonPayload(1, TreeChangeTypes.RefreshNode)
|
||||||
}, out _, out _);
|
}, out _, out _);
|
||||||
|
|
||||||
Assert.AreEqual(2, contentStore.Test.LiveGen);
|
Assert.AreEqual(2, contentStore.Test.LiveGen);
|
||||||
@@ -1183,7 +1183,7 @@ namespace Umbraco.Tests.PublishedContent
|
|||||||
|
|
||||||
_snapshotService.Notify(new[]
|
_snapshotService.Notify(new[]
|
||||||
{
|
{
|
||||||
new ContentCacheRefresher.JsonPayload(1, Guid.Empty, changeType)
|
new ContentCacheRefresher.JsonPayload(1, changeType)
|
||||||
}, out _, out _);
|
}, out _, out _);
|
||||||
|
|
||||||
Assert.AreEqual(assertGen, contentStore.Test.LiveGen);
|
Assert.AreEqual(assertGen, contentStore.Test.LiveGen);
|
||||||
|
|||||||
Reference in New Issue
Block a user