@@ -25,7 +25,7 @@ namespace OnTopic.Tests {
2525 \---------------------------------------------------------------------------------------------------------------------------*/
2626 /// <summary>
2727 /// Provides unit tests for the <see cref="TopicController"/>, and other <see cref="Controller"/> classes that are part of
28- /// the <see cref="OnTopic.Web .Mvc"/> namespace.
28+ /// the <see cref="OnTopic.AspNetCore .Mvc"/> namespace.
2929 /// </summary>
3030 [ TestClass ]
3131 public class TopicControllerTest {
@@ -104,7 +104,7 @@ public async Task TopicController_IndexAsync_ReturnsTopicViewResult() {
104104 | TEST: REDIRECT CONTROLLER: REDIRECT: RETURNS REDIRECT RESULT
105105 \-------------------------------------------------------------------------------------------------------------------------*/
106106 /// <summary>
107- /// Triggers the <see cref="FallbackController.Index( )" /> action.
107+ /// Triggers the <see cref="RedirectController.Redirect(Int32 )" /> action.
108108 /// </summary>
109109 [ TestMethod ]
110110 public void RedirectController_TopicRedirect_ReturnsRedirectResult ( ) {
@@ -124,7 +124,7 @@ public void RedirectController_TopicRedirect_ReturnsRedirectResult() {
124124 | TEST: SITEMAP CONTROLLER: INDEX: RETURNS SITEMAP XML
125125 \-------------------------------------------------------------------------------------------------------------------------*/
126126 /// <summary>
127- /// Triggers the index action of the <see cref="SitemapController.Index()" /> action.
127+ /// Triggers the index action of the <see cref="SitemapController.Index(Boolean, Boolean )" /> action.
128128 /// </summary>
129129 [ TestMethod ]
130130 public void SitemapController_Index_ReturnsSitemapXml ( ) {
@@ -152,8 +152,8 @@ public void SitemapController_Index_ReturnsSitemapXml() {
152152 | TEST: SITEMAP CONTROLLER: INDEX: EXCLUDES CONTENT TYPES
153153 \-------------------------------------------------------------------------------------------------------------------------*/
154154 /// <summary>
155- /// Triggers the index action of the <see cref="SitemapController.Index()" /> action and verifies that it properly
156- /// excludes <c>List</c> content types, and skips over <c>Container</c> and <c>PageGroup</c>.
155+ /// Triggers the index action of the <see cref="SitemapController.Index(Boolean, Boolean )" /> action and verifies that it
156+ /// properly excludes <c>List</c> content types, and skips over <c>Container</c> and <c>PageGroup</c>.
157157 /// </summary>
158158 [ TestMethod ]
159159 public void SitemapController_Index_ExcludesContentTypes ( ) {
@@ -198,8 +198,8 @@ public void SitemapController_Index_ExcludesContentTypes() {
198198 | TEST: SITEMAP CONTROLLER: INDEX: EXCLUDES ATTRIBUTES
199199 \-------------------------------------------------------------------------------------------------------------------------*/
200200 /// <summary>
201- /// Triggers the index action of the <see cref="SitemapController.Index()" /> action and verifies that it properly
202- /// excludes the <c>Body</c> and <c>IsHidden</c> attributes.
201+ /// Triggers the index action of the <see cref="SitemapController.Index(Boolean, Boolean )" /> action and verifies that it
202+ /// properly excludes the <c>Body</c> and <c>IsHidden</c> attributes.
203203 /// </summary>
204204 [ TestMethod ]
205205 public void SitemapController_Index_ExcludesAttributes ( ) {
0 commit comments