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:
authorSteve Harter <steveharter@users.noreply.github.com>2016-09-29 04:10:31 +0300
committerGitHub <noreply@github.com>2016-09-29 04:10:31 +0300
commita02d1949ac894a9f53ba20a3baea976ca839d207 (patch)
tree578faeddcba0b73ed475114528b11c7bf39f7766 /src/System.Security.Cryptography.Encoding/tests/Oid.cs
parent372248aa7cdc34ee7b23c6fcba0fa819e0fd6144 (diff)
Port System.Security.Cryptography Base64 transform classes (#12071)
Diffstat (limited to 'src/System.Security.Cryptography.Encoding/tests/Oid.cs')
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/Oid.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/System.Security.Cryptography.Encoding/tests/Oid.cs b/src/System.Security.Cryptography.Encoding/tests/Oid.cs
index 0e89ea7223..bc2f000069 100644
--- a/src/System.Security.Cryptography.Encoding/tests/Oid.cs
+++ b/src/System.Security.Cryptography.Encoding/tests/Oid.cs
@@ -175,7 +175,7 @@ namespace System.Security.Cryptography.Encoding.Tests
[Theory]
[MemberData(nameof(ValidOidFriendlyNameHashAlgorithmPairs))]
- [PlatformSpecific(PlatformID.Windows)]
+ [PlatformSpecific(Xunit.PlatformID.Windows)]
public static void LookupOidByValue_Method_WrongGroup(string oidValue, string friendlyName)
{
// Oid group is implemented strictly - no fallback to OidGroup.All as with many other parts of Crypto.
@@ -231,7 +231,7 @@ namespace System.Security.Cryptography.Encoding.Tests
[Theory]
[MemberData(nameof(ValidOidFriendlyNameHashAlgorithmPairs))]
- [PlatformSpecific(PlatformID.Windows)]
+ [PlatformSpecific(Xunit.PlatformID.Windows)]
public static void LookupOidByFriendlyName_Method_WrongGroup(string oidValue, string friendlyName)
{
// Oid group is implemented strictly - no fallback to OidGroup.All as with many other parts of Crypto.
@@ -253,7 +253,7 @@ namespace System.Security.Cryptography.Encoding.Tests
}
[Fact]
- [PlatformSpecific(PlatformID.AnyUnix)]
+ [PlatformSpecific(Xunit.PlatformID.AnyUnix)]
public static void LookupOidByValue_Method_UnixOnly()
{
// This needs to be an OID not in the static lookup table. The purpose is to verify the
@@ -267,7 +267,7 @@ namespace System.Security.Cryptography.Encoding.Tests
}
[Fact]
- [PlatformSpecific(PlatformID.AnyUnix)]
+ [PlatformSpecific(Xunit.PlatformID.AnyUnix)]
public static void LookupOidByFriendlyName_Method_UnixOnly()
{
// This needs to be a name not in the static lookup table. The purpose is to verify the