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:
authorEric Mellino <erme@microsoft.com>2017-01-11 03:55:46 +0300
committerEric Mellino <erme@microsoft.com>2017-01-11 03:55:46 +0300
commit19e0f8e7bdbc434415a9f182e39d1120c5d38383 (patch)
tree137d6e11eaa51095b0cfe21683558715f3cf70b5 /src/System.Reflection
parentf83f26fc432a26ccbb86aa07177f5e3f5680bbfc (diff)
Rename "System.Reflection.Tests.TestExe -> System.Reflection.TestExe"
* Because the project included ".Tests" in the name, it was considered to be an actual test assembly that could be run.
Diffstat (limited to 'src/System.Reflection')
-rw-r--r--src/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj2
-rw-r--r--src/System.Reflection/tests/System.Reflection.Tests.csproj2
-rw-r--r--src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj (renamed from src/System.Reflection/tests/TestExe/System.Reflection.Tests.TestExe.csproj)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj b/src/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj
index 635b770855..137d675983 100644
--- a/src/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj
+++ b/src/System.Reflection/tests/CoreCLR/System.Reflection.CoreCLR.Tests.csproj
@@ -22,7 +22,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\TestExe\System.Reflection.Tests.TestExe.csproj">
+ <ProjectReference Include="..\TestExe\System.Reflection.TestExe.csproj">
<Project>{8c19b991-41e9-4b38-9602-e19375397f1d}</Project>
<Name>System.Reflection.Tests.TestExe</Name>
</ProjectReference>
diff --git a/src/System.Reflection/tests/System.Reflection.Tests.csproj b/src/System.Reflection/tests/System.Reflection.Tests.csproj
index 2dd14384a8..1a57b0452a 100644
--- a/src/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -36,7 +36,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="TestExe\System.Reflection.Tests.TestExe.csproj">
+ <ProjectReference Include="TestExe\System.Reflection.TestExe.csproj">
<Project>{8c19b991-41e9-4b38-9602-e19375397f1d}</Project>
<Name>System.Reflection.Tests.TestExe</Name>
</ProjectReference>
diff --git a/src/System.Reflection/tests/TestExe/System.Reflection.Tests.TestExe.csproj b/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj
index 530638df71..530638df71 100644
--- a/src/System.Reflection/tests/TestExe/System.Reflection.Tests.TestExe.csproj
+++ b/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj