From 85d8ddbc9b419d26cf541e2d162bb0ecaa247774 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Fri, 11 Dec 2020 09:52:55 -0800 Subject: [PATCH] Update unit tests --- src/Build.UnitTests/Construction/SolutionFile_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Build.UnitTests/Construction/SolutionFile_Tests.cs b/src/Build.UnitTests/Construction/SolutionFile_Tests.cs index c9fbb0597c7..e1cfe468e9f 100644 --- a/src/Build.UnitTests/Construction/SolutionFile_Tests.cs +++ b/src/Build.UnitTests/Construction/SolutionFile_Tests.cs @@ -2402,7 +2402,7 @@ public void ParseSolutionFileContainingProjectsWithSimilarNames_FourProjects_One } /// - /// A test where paths contain ..\ segments + /// A test where paths contain ..\ segments to ensure the paths are normalized. /// [Fact] public void ParseSolutionWithParentedPaths()