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:
authorStephen Toub <stoub@microsoft.com>2017-04-26 20:36:51 +0300
committerStephen Toub <stoub@microsoft.com>2017-04-26 20:36:51 +0300
commitf815371d499a9ea8d11abfbbf9dd6b1523faec7f (patch)
tree72aed52b4bb4450e7e712219f78ed1ce4689eb5f /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parentd281f66a286e4d30882d5dc3a3902dce5a7b029f (diff)
Add tests for FileStream.BeginEndRead/Write
Enable most of the Read/WriteAsync tests to work for Begin/EndRead/Write as well.
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.csproj2
1 files changed, 0 insertions, 2 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 7749fa5fbe..d265aaf3a2 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -19,9 +19,7 @@
<Compile Include="FileStream\Handle.cs" />
<Compile Include="Directory\GetLogicalDrives.cs" />
<Compile Include="DirectoryInfo\Serialization.cs" />
- <Compile Include="FileStream\BeginRead.cs" />
<Compile Include="FileStream\EndRead.cs" />
- <Compile Include="FileStream\BeginWrite.cs" />
<Compile Include="FileStream\EndWrite.cs" />
<Compile Include="FileStream\LockUnlock.cs" />
<Compile Include="File\EncryptDecrypt.cs" />