From df3b0906a35408a2368a9af062421516e8d231b4 Mon Sep 17 00:00:00 2001 From: Marcin Warpechowski Date: Wed, 24 Apr 2019 22:13:17 +0200 Subject: [PATCH] add properties that are present in BlendingProvider 8.1.0 because was changed to assume this structure --- test/view-model-attribute/cleanup_removed_partial_Layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/view-model-attribute/cleanup_removed_partial_Layout.html b/test/view-model-attribute/cleanup_removed_partial_Layout.html index 2007c4e..9d92ba9 100644 --- a/test/view-model-attribute/cleanup_removed_partial_Layout.html +++ b/test/view-model-attribute/cleanup_removed_partial_Layout.html @@ -36,7 +36,9 @@ "CompositionProvider_0": { "Html": "../templateToInclude.html", "Composition": 'a Composition', - "PartialId": "given PartialId" + "PartialId": "given PartialId", + "ActualViewUris": ["../templateToInclude.html"], + "ViewUris": ["../templateToInclude.html"] }, "doesItWork": "works!" };