From 180f332af4a21a5b1a38399147e8154847e59593 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 ++++-- 1 file changed, 4 insertions(+), 2 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",