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.Threading.Timer/tests
parent1f8b5264a8156f91c48b2dc344d5410ee6f574cb (diff)
Automated rename of tfm specific files
Diffstat (limited to 'src/System.Threading.Timer/tests')
-rw-r--r--src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj6
-rw-r--r--src/System.Threading.Timer/tests/TimerChangeTests.netstandard.cs (renamed from src/System.Threading.Timer/tests/TimerChangeTests.netstandard1.7.cs)0
-rw-r--r--src/System.Threading.Timer/tests/TimerConstructorTests.netstandard.cs (renamed from src/System.Threading.Timer/tests/TimerConstructorTests.netstandard1.7.cs)0
-rw-r--r--src/System.Threading.Timer/tests/TimerFiringTests.netstandard.cs (renamed from src/System.Threading.Timer/tests/TimerFiringTests.netstandard1.7.cs)0
4 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index 9834ece4b7..ad46004c96 100644
--- a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -13,9 +13,9 @@
<Compile Include="TimerFiringTests.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netstandard'">
- <Compile Include="TimerConstructorTests.netstandard1.7.cs" />
- <Compile Include="TimerChangeTests.netstandard1.7.cs" />
- <Compile Include="TimerFiringTests.netstandard1.7.cs" />
+ <Compile Include="TimerConstructorTests.netstandard.cs" />
+ <Compile Include="TimerChangeTests.netstandard.cs" />
+ <Compile Include="TimerFiringTests.netstandard.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/System.Threading.Timer/tests/TimerChangeTests.netstandard1.7.cs b/src/System.Threading.Timer/tests/TimerChangeTests.netstandard.cs
index 060b1898d6..060b1898d6 100644
--- a/src/System.Threading.Timer/tests/TimerChangeTests.netstandard1.7.cs
+++ b/src/System.Threading.Timer/tests/TimerChangeTests.netstandard.cs
diff --git a/src/System.Threading.Timer/tests/TimerConstructorTests.netstandard1.7.cs b/src/System.Threading.Timer/tests/TimerConstructorTests.netstandard.cs
index 1b7cdb5a79..1b7cdb5a79 100644
--- a/src/System.Threading.Timer/tests/TimerConstructorTests.netstandard1.7.cs
+++ b/src/System.Threading.Timer/tests/TimerConstructorTests.netstandard.cs
diff --git a/src/System.Threading.Timer/tests/TimerFiringTests.netstandard1.7.cs b/src/System.Threading.Timer/tests/TimerFiringTests.netstandard.cs
index a41cf1579b..a41cf1579b 100644
--- a/src/System.Threading.Timer/tests/TimerFiringTests.netstandard1.7.cs
+++ b/src/System.Threading.Timer/tests/TimerFiringTests.netstandard.cs