Skip to content

Commit

Permalink
reflect the JSON structure of BlendingProvide 8.1.0 in the test fixture
Browse files Browse the repository at this point in the history
because the changes in source code rely on it to work and the test fails because of an outdated fixture
  • Loading branch information
warpech committed Apr 24, 2019
1 parent 673a780 commit 180f332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/composition/default-declarative-shadow-dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ <h2>Custom Shadow DOM alternative composition</h2>
"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",
Expand All @@ -76,7 +77,8 @@ <h2>Custom Shadow DOM alternative composition</h2>
"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",
Expand Down

0 comments on commit 180f332

Please sign in to comment.