From 411a40aa4a522497ed54d8113f642daa6967823d Mon Sep 17 00:00:00 2001 From: Marcin Warpechowski Date: Wed, 24 Apr 2019 22:40:26 +0200 Subject: [PATCH] reflect the JSON structure of BlendingProvide 8.1.0 in the test fixture because the changes in source code rely on it to work and the test fails because of an outdated fixture --- test/composition/default-declarative-shadow-dom.html | 6 ++++-- test/composition/parent-declarative-shadow-dom.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/test/composition/default-declarative-shadow-dom.html b/test/composition/default-declarative-shadow-dom.html index 26ba5f8..18555c4 100644 --- a/test/composition/default-declarative-shadow-dom.html +++ b/test/composition/default-declarative-shadow-dom.html @@ -65,7 +65,8 @@

Custom Shadow DOM alternative composition

"CompositionProvider_0": { "PartialId": "given PartialId", "Composition": "", - "ViewUris": [] + "ViewUris": [], + "ActualViewUris": ["template_w_declarative-shadow-dom-alternative.html"] }, "App": { "Html": "template_w_declarative-shadow-dom-alternative.html", @@ -76,7 +77,8 @@

Custom Shadow DOM alternative composition

"CompositionProvider_0": { "PartialId": "given PartialId", "Composition": "custom!", - "ViewUris": ["template_w_declarative-shadow-dom.html"] + "ViewUris": ["template_w_declarative-shadow-dom.html"], + "ActualViewUris": ["template_w_declarative-shadow-dom.html", "template_w_declarative-shadow-dom-alternative.html"] }, "App1": { "Html": "template_w_declarative-shadow-dom.html", diff --git a/test/composition/parent-declarative-shadow-dom.html b/test/composition/parent-declarative-shadow-dom.html index ae07434..90f7ca5 100644 --- a/test/composition/parent-declarative-shadow-dom.html +++ b/test/composition/parent-declarative-shadow-dom.html @@ -73,7 +73,8 @@

Custom Shadow DOM alternative composition

"CompositionProvider_0": { "PartialId": "given PartialId", "Composition": "", - "ViewUris": [] + "ViewUris": [], + "ActualViewUris": ["template_w_declarative-shadow-dom-alternative.html"] }, "App": { "Html": "template_w_declarative-shadow-dom-alternative.html", @@ -84,7 +85,8 @@

Custom Shadow DOM alternative composition

"CompositionProvider_0": { "PartialId": "given PartialId", "Composition": "custom!", - "ViewUris": ["template_w_declarative-shadow-dom.html"] + "ViewUris": ["template_w_declarative-shadow-dom.html"], + "ActualViewUris": ["template_w_declarative-shadow-dom.html", "template_w_declarative-shadow-dom-alternative.html"] }, "App1": { "Html": "template_w_declarative-shadow-dom.html",