diff --git a/test/view-model-attribute/cleanup_removed_partial_Layout.html b/test/view-model-attribute/cleanup_removed_partial_Layout.html index 2007c4e..c448e23 100644 --- a/test/view-model-attribute/cleanup_removed_partial_Layout.html +++ b/test/view-model-attribute/cleanup_removed_partial_Layout.html @@ -1,4 +1,4 @@ - + @@ -36,7 +36,9 @@ "CompositionProvider_0": { "Html": "../templateToInclude.html", "Composition": 'a Composition', - "PartialId": "given PartialId" + "PartialId": "given PartialId", + "ViewUris": [""], + "ActualViewUris": [""] }, "doesItWork": "works!" }; diff --git a/test/view-model-attribute/nested-html/stamped_from_polymer_template.html b/test/view-model-attribute/nested-html/stamped_from_polymer_template.html index d0dfe8e..7333482 100644 --- a/test/view-model-attribute/nested-html/stamped_from_polymer_template.html +++ b/test/view-model-attribute/nested-html/stamped_from_polymer_template.html @@ -1,4 +1,4 @@ - + @@ -42,7 +42,9 @@ }, 'CompositionProvider_0': { 'Composition': 'custom composition', - 'doesItWork': 'works!' + 'doesItWork': 'works!', + "ViewUris": [""], + "ActualViewUris": [""] } }; };