Fix inverted active issues (#49265)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Sat, 6 Mar 2021 22:10:29 +0000 (17:10 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 22:10:29 +0000 (14:10 -0800)
src/libraries/System.Drawing.Common/tests/GdiplusTests.cs
src/libraries/System.Runtime.Extensions/tests/System/EnvironmentTests.cs

index 4e885b2..869f67a 100644 (file)
@@ -8,7 +8,7 @@ namespace System.Drawing.Tests
     public class GdiplusTests
     {
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsOSX))]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/49111", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMacOsAppleSilicon))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/49111", typeof(PlatformDetection), nameof(PlatformDetection.IsMacOsAppleSilicon))]
         public void IsAtLeastLibgdiplus6()
         {
             Assert.True(Helpers.GetIsWindowsOrAtLeastLibgdiplus6());
index c0916d4..051c5e4 100644 (file)
@@ -183,7 +183,7 @@ namespace System.Tests
 
         [Fact]
         [PlatformSpecific(TestPlatforms.OSX)]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/49106", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMacOsAppleSilicon))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/49106", typeof(PlatformDetection), nameof(PlatformDetection.IsMacOsAppleSilicon))]
         public void OSVersion_ValidVersion_OSX()
         {
             Version version = Environment.OSVersion.Version;