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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-04-28 02:17:34 +0300
committerGitHub <noreply@github.com>2017-04-28 02:17:34 +0300
commit134cc0df801938a4ba3e58f902a58cec09b744ef (patch)
tree5ad23fb80a117f9635d8ce37ad269e347418afb4 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parentc8413f506307108a4688486525b1f927d76cc9cb (diff)
Fix some System.IO.PathTests on Desktop to support legacy path behavior (#19012)
* Fix System.IO.PathTests
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index d265aaf3a2..109b8c4975 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -97,7 +97,6 @@
<Compile Include="File\Move.cs" />
<Compile Include="File\ReadWriteAllText.cs" />
<Compile Include="File\ReadWriteAllLines.cs" />
- <Compile Include="PathFeatures.cs" />
<Compile Include="TestData.cs" />
<Compile Include="UnseekableFileStream.cs" />
<Compile Include="FSAssert.cs" />
@@ -160,6 +159,9 @@
<Compile Include="$(CommonTestPath)\System\IO\TempFile.cs">
<Link>Common\System\IO\TempFile.cs</Link>
</Compile>
+ <Compile Include="$(CommonTestPath)\System\IO\PathFeatures.cs">
+ <Link>Common\System\IO\PathFeatures.cs</Link>
+ </Compile>
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
<Link>Common\System\PlatformDetection.cs</Link>
</Compile>