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:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-03-03 04:35:00 +0300
committerGitHub <noreply@github.com>2017-03-03 04:35:00 +0300
commit30e9fb02d048e88c71f772eed80ccff407f614d9 (patch)
tree4f76e197ae699a350945cc28d2bd533dd57ec942 /src/System.Globalization
parentbb8a57c66ac64c54bac43890ecf1527f34152bb0 (diff)
Update to new Microsoft.xunit.netcore.extensions version (#16591)
*Update to new Microsoft.xunit.netcore.extensions version
Diffstat (limited to 'src/System.Globalization')
-rw-r--r--src/System.Globalization/tests/TextInfo/TextInfoToLower.cs2
-rw-r--r--src/System.Globalization/tests/TextInfo/TextInfoToUpper.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Globalization/tests/TextInfo/TextInfoToLower.cs b/src/System.Globalization/tests/TextInfo/TextInfoToLower.cs
index 3eaa6df251..26cd6c2618 100644
--- a/src/System.Globalization/tests/TextInfo/TextInfoToLower.cs
+++ b/src/System.Globalization/tests/TextInfo/TextInfoToLower.cs
@@ -125,7 +125,7 @@ namespace System.Globalization.Tests
[Theory]
[MemberData(nameof(ToLower_TestData_net46))]
- [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp | TargetFrameworkMonikers.NetcoreUwp)]
+ [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp | TargetFrameworkMonikers.Uap)]
public void ToLower_net46(string name, string str, string expected)
{
TestToLower(name, str, expected);
diff --git a/src/System.Globalization/tests/TextInfo/TextInfoToUpper.cs b/src/System.Globalization/tests/TextInfo/TextInfoToUpper.cs
index 739c211558..7922ee4e74 100644
--- a/src/System.Globalization/tests/TextInfo/TextInfoToUpper.cs
+++ b/src/System.Globalization/tests/TextInfo/TextInfoToUpper.cs
@@ -133,7 +133,7 @@ namespace System.Globalization.Tests
[Theory]
[MemberData(nameof(ToUpper_TestData_net46))]
- [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp | TargetFrameworkMonikers.NetcoreUwp)]
+ [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp | TargetFrameworkMonikers.Uap)]
public void ToUpper_net46(string name, string str, string expected)
{
TestToUpper(name, str, expected);