From e7a9b1ef3429d8851e3857ec98568f35813f0101 Mon Sep 17 00:00:00 2001 From: PatrykSzwer Date: Fri, 26 Apr 2019 13:38:55 +0200 Subject: [PATCH] Fixed part of the tests by adding ViewUris and ActualViewUris to the fixtures --- .../cleanup_removed_partial_Layout.html | 6 ++++-- .../nested-html/stamped_from_polymer_template.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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": [""] } }; };