From 644d6509581fb600fa42ad19d73a064319b63158 Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Thu, 13 Sep 2018 16:04:39 -0700 Subject: [PATCH] Remove the ActiveIssue attribute from a disabled-but-passing test (dotnet/corefx#32286) The MultiComponentRdn test was indirectly fixed by switching from the P/Invoke-based X500NameEncoder.OpenSslDecode to X500NameEncoder.ManagedDecode. Commit migrated from https://github.com/dotnet/corefx/commit/29e9efb3e4639921c62a46b82e9d6edd2faa3e5c --- .../tests/X500DistinguishedNameTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/X500DistinguishedNameTests.cs b/src/libraries/System.Security.Cryptography.X509Certificates/tests/X500DistinguishedNameTests.cs index 6070ecc..62b9704 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/X500DistinguishedNameTests.cs +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/X500DistinguishedNameTests.cs @@ -21,7 +21,6 @@ namespace System.Security.Cryptography.X509Certificates.Tests } [Fact] - [ActiveIssue(3892, TestPlatforms.AnyUnix)] public static void PrintMultiComponentRdn() { byte[] encoded = ( -- 2.7.4