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:
authorAlex Perovich <alperovi@microsoft.com>2017-01-09 22:43:51 +0300
committerAlex Perovich <alperovi@microsoft.com>2017-01-11 03:20:59 +0300
commitca330455c9b884ffcca5b8b98d28a129e2248fe6 (patch)
treedb39a40a6b519d4871f429e41444451612df8b06 /src/System.Runtime.Extensions/tests
parent1f8b5264a8156f91c48b2dc344d5410ee6f574cb (diff)
Automated rename of tfm specific files
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj18
-rw-r--r--src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp.cs (renamed from src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp1.1.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/Convert.netstandard.cs (renamed from src/System.Runtime.Extensions/tests/System/Convert.netstandard1.7.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard.cs (renamed from src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard1.7.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/Math.netstandard.cs (renamed from src/System.Runtime.Extensions/tests/System/Math.netstandard1.7.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/MathF.netcoreapp.cs (renamed from src/System.Runtime.Extensions/tests/System/MathF.netcoreapp1.1.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp.cs (renamed from src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp1.1.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard.cs (renamed from src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard1.7.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/StringComparer.netstandard.cs (renamed from src/System.Runtime.Extensions/tests/System/StringComparer.netstandard1.7.cs)0
-rw-r--r--src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs (renamed from src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp1.1.cs)0
10 files changed, 9 insertions, 9 deletions
diff --git a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
index edc63fdb81..4de3af76a7 100644
--- a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
+++ b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
@@ -26,15 +26,15 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'netcoreapp1.1_Release|AnyCPU' " />
<ItemGroup Condition="'$(TargetGroup)'=='netstandard' or '$(TargetGroup)'=='netcoreapp'">
<Compile Include="System\ApplicationIdTests.cs" />
- <Compile Include="System\IO\PathTests.netstandard1.7.cs" />
- <Compile Include="System\Convert.netstandard1.7.cs" />
+ <Compile Include="System\IO\PathTests.netstandard.cs" />
+ <Compile Include="System\Convert.netstandard.cs" />
<Compile Include="System\EnvironmentTests.cs" />
- <Compile Include="System\Math.netstandard1.7.cs" />
+ <Compile Include="System\Math.netstandard.cs" />
<Compile Include="System\OperatingSystemTests.cs" />
- <Compile Include="System\StringComparer.netstandard1.7.cs" />
+ <Compile Include="System\StringComparer.netstandard.cs" />
<Compile Include="System\Runtime\Versioning\VersioningHelperTests.cs" />
<Compile Include="System\AppDomainTests.cs" />
- <Compile Include="System\Net\WebUtility.netstandard1.7.cs" />
+ <Compile Include="System\Net\WebUtility.netstandard.cs" />
<Compile Include="$(CommonTestPath)\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
<Link>Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs</Link>
</Compile>
@@ -42,11 +42,11 @@
<Compile Include="System\MarshalByRefObjectTest.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)'=='netcoreapp'">
- <Compile Include="System\BitConverter.netcoreapp1.1.cs" />
+ <Compile Include="System\BitConverter.netcoreapp.cs" />
<Compile Include="System\IO\Path.GetRelativePath.cs" />
- <Compile Include="System\MathTests.netcoreapp1.1.cs" />
- <Compile Include="System\MathF.netcoreapp1.1.cs" />
- <Compile Include="System\UnloadingAndProcessExitTests.netcoreapp1.1.cs" />
+ <Compile Include="System\MathTests.netcoreapp.cs" />
+ <Compile Include="System\MathF.netcoreapp.cs" />
+ <Compile Include="System\UnloadingAndProcessExitTests.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="System\Diagnostics\Stopwatch.cs" />
diff --git a/src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp1.1.cs b/src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp.cs
index 0f1099858f..0f1099858f 100644
--- a/src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp1.1.cs
+++ b/src/System.Runtime.Extensions/tests/System/BitConverter.netcoreapp.cs
diff --git a/src/System.Runtime.Extensions/tests/System/Convert.netstandard1.7.cs b/src/System.Runtime.Extensions/tests/System/Convert.netstandard.cs
index 7fe7c9a91c..7fe7c9a91c 100644
--- a/src/System.Runtime.Extensions/tests/System/Convert.netstandard1.7.cs
+++ b/src/System.Runtime.Extensions/tests/System/Convert.netstandard.cs
diff --git a/src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard1.7.cs b/src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard.cs
index 767f8d7830..767f8d7830 100644
--- a/src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard1.7.cs
+++ b/src/System.Runtime.Extensions/tests/System/IO/PathTests.netstandard.cs
diff --git a/src/System.Runtime.Extensions/tests/System/Math.netstandard1.7.cs b/src/System.Runtime.Extensions/tests/System/Math.netstandard.cs
index f14369962b..f14369962b 100644
--- a/src/System.Runtime.Extensions/tests/System/Math.netstandard1.7.cs
+++ b/src/System.Runtime.Extensions/tests/System/Math.netstandard.cs
diff --git a/src/System.Runtime.Extensions/tests/System/MathF.netcoreapp1.1.cs b/src/System.Runtime.Extensions/tests/System/MathF.netcoreapp.cs
index 80923aeee6..80923aeee6 100644
--- a/src/System.Runtime.Extensions/tests/System/MathF.netcoreapp1.1.cs
+++ b/src/System.Runtime.Extensions/tests/System/MathF.netcoreapp.cs
diff --git a/src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp1.1.cs b/src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp.cs
index 7867c3f8ba..7867c3f8ba 100644
--- a/src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp1.1.cs
+++ b/src/System.Runtime.Extensions/tests/System/MathTests.netcoreapp.cs
diff --git a/src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard1.7.cs b/src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard.cs
index b5dc8d3972..b5dc8d3972 100644
--- a/src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard1.7.cs
+++ b/src/System.Runtime.Extensions/tests/System/Net/WebUtility.netstandard.cs
diff --git a/src/System.Runtime.Extensions/tests/System/StringComparer.netstandard1.7.cs b/src/System.Runtime.Extensions/tests/System/StringComparer.netstandard.cs
index ba9fece11d..ba9fece11d 100644
--- a/src/System.Runtime.Extensions/tests/System/StringComparer.netstandard1.7.cs
+++ b/src/System.Runtime.Extensions/tests/System/StringComparer.netstandard.cs
diff --git a/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp1.1.cs b/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs
index 49b10b0fe3..49b10b0fe3 100644
--- a/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp1.1.cs
+++ b/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs