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:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-08-11 08:37:36 +0300
committerGitHub <noreply@github.com>2017-08-11 08:37:36 +0300
commit878e2fcf5a9f1068015e5fada9231088663e3490 (patch)
treec3706a2fd1289b77816f353f24fa312c358f54fe /src/System.Private.Xml/tests/Xslt
parent1fe52f7ff4e29462f75da9ae1c35d9789ad13709 (diff)
Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)
* Moving PlatformDetection to Corefx.Private.TestUtilities assembly The purpose of this change is to clean up all test projects instead of including the PlatformDetection code inside every test project, we’ll have it in the Corefx.Private.TestUtilities. I have refactored the PlatformDetection to split the different implementation of Windows and Linux. If we need to do more refactoring there we can do it later as needed. * Fix Linux BB * Update the xunit package reference * Fix wrong condition on one of the tests * Update the ConditionalFact/Theory to use Type as a parameter
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj b/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
index c5a552743f..cf5dd08680 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
@@ -25,9 +25,6 @@
<Link>TestFiles\%(RecursiveDir)%(Filename)%(Extension)</Link>
<DestinationDir>TestFiles\%(RecursiveDir)</DestinationDir>
</SupplementalTestData>
- <Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
- <Link>CommonTest\System\PlatformDetection.cs</Link>
- </Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(CommonTestPath)\System\Xml\ModuleCore\ModuleCore.csproj" />