Skip to content

Commit

Permalink
Fixed part of the tests by adding ViewUris and ActualViewUris to the …
Browse files Browse the repository at this point in the history
…fixtures
  • Loading branch information
PatrykSzwer committed Apr 26, 2019
1 parent 63a32d4 commit e7a9b1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions test/view-model-attribute/cleanup_removed_partial_Layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html>

<head>
Expand Down Expand Up @@ -36,7 +36,9 @@
"CompositionProvider_0": {
"Html": "../templateToInclude.html",
"Composition": 'a Composition',
"PartialId": "given PartialId"
"PartialId": "given PartialId",
"ViewUris": [""],
"ActualViewUris": [""]
},
"doesItWork": "works!"
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html>

<head>
Expand Down Expand Up @@ -42,7 +42,9 @@
},
'CompositionProvider_0': {
'Composition': 'custom composition',
'doesItWork': 'works!'
'doesItWork': 'works!',
"ViewUris": [""],
"ActualViewUris": [""]
}
};
};
Expand Down

0 comments on commit e7a9b1e

Please sign in to comment.