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 411a40a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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
6 changes: 4 additions & 2 deletions test/composition/parent-declarative-shadow-dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 @@ -84,7 +85,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 411a40a

Please sign in to comment.