Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Edwards <damian@damianedwards.com>2022-05-05 22:18:48 +0300
committerDamian Edwards <damian@damianedwards.com>2022-05-06 02:02:06 +0300
commitcaf10c690aaf5f3b111a6694e9c6d8307ec3dd19 (patch)
tree23d707cf0d469f6432f00df1b3386161d70af01f
parent89fdb9f8338d183d53ba44b933d36e63391d96a4 (diff)
-rw-r--r--src/ProjectTemplates/test/BaselineTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProjectTemplates/test/BaselineTest.cs b/src/ProjectTemplates/test/BaselineTest.cs
index fcdf329d36..73a5867204 100644
--- a/src/ProjectTemplates/test/BaselineTest.cs
+++ b/src/ProjectTemplates/test/BaselineTest.cs
@@ -67,6 +67,7 @@ public class BaselineTest : LoggedTest
}
// This test should generally not be quarantined as it only is checking that the expected files are on disk
+ // and that the namespace declarations in the generated .cs files start with the project name
[Theory]
[MemberData(nameof(TemplateBaselines))]
public async Task Template_Produces_The_Right_Set_Of_FilesAsync(string arguments, string[] expectedFiles)