Skip to content

React to removed link #10957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/ProjectTemplates/test/MvcTemplateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ public async Task MvcTemplate_NoAuthImplAsync(string languageOverride)
PageUrls.PrivacyFullUrl
};

if (languageOverride == null)
{
menuLinks = menuLinks.Append(PageUrls.PrivacyFullUrl);
}
var footerLinks = new string[] { PageUrls.PrivacyFullUrl };

var pages = new List<Page>
Expand Down Expand Up @@ -141,7 +137,6 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
Expand All @@ -154,7 +149,6 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
Expand All @@ -168,7 +162,6 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
Expand All @@ -181,7 +174,6 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ForgotPassword,
PageUrls.RegisterUrl,
PageUrls.ExternalArticle,
Expand All @@ -196,7 +188,6 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ExternalArticle,
PageUrls.PrivacyUrl
}
Expand Down
7 changes: 0 additions & 7 deletions src/ProjectTemplates/test/RazorPagesTemplateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public async Task RazorPagesTemplate_NoAuthImplAsync()
PageUrls.HomeUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
Expand All @@ -73,7 +72,6 @@ public async Task RazorPagesTemplate_NoAuthImplAsync()
PageUrls.HomeUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl }
}
};
Expand Down Expand Up @@ -138,7 +136,6 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
Expand All @@ -151,7 +148,6 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
Expand All @@ -165,7 +161,6 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
Expand All @@ -178,7 +173,6 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ForgotPassword,
PageUrls.RegisterUrl,
PageUrls.ExternalArticle,
Expand All @@ -193,7 +187,6 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ExternalArticle,
PageUrls.PrivacyUrl
}
Expand Down