From: Santiago Fernandez Madero Date: Wed, 18 Sep 2019 14:31:20 +0000 (-0700) Subject: Remove some ActiveIssueAttributes (dotnet/corefx#41163) X-Git-Tag: submit/tizen/20210909.063632~11031^2~445 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d2dfad62ce3052787ecf08eb910b18f309cdbe8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove some ActiveIssueAttributes (dotnet/corefx#41163) Commit migrated from https://github.com/dotnet/corefx/commit/9f4fa8c6d1b581676f24af429bc64867cb623c78 --- diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs b/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs index 9cb7a55..f3e9eca 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs +++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs @@ -49,7 +49,6 @@ namespace System.ConfigurationTests [Theory] [InlineData(true)] [InlineData(false)] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void Context_SimpleSettings_InNotNull(bool isSynchronized) { SimpleSettings settings = isSynchronized @@ -62,7 +61,6 @@ namespace System.ConfigurationTests [Theory] [InlineData(true)] [InlineData(false)] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void Providers_SimpleSettings_Empty(bool isSynchronized) { SimpleSettings settings = isSynchronized @@ -76,7 +74,6 @@ namespace System.ConfigurationTests [Theory] [InlineData(true)] [InlineData(false)] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void GetSetStringProperty_SimpleSettings_Ok(bool isSynchronized) { SimpleSettings settings = isSynchronized @@ -91,7 +88,6 @@ namespace System.ConfigurationTests [Theory] [InlineData(true)] [InlineData(false)] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void GetSetIntProperty_SimpleSettings_Ok(bool isSynchronized) { SimpleSettings settings = isSynchronized @@ -106,7 +102,6 @@ namespace System.ConfigurationTests [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer)), InlineData(true), InlineData(false)] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] [ActiveIssue("https://github.com/dotnet/corefx/issues/35668", TestPlatforms.AnyUnix)] public void Save_SimpleSettings_Ok(bool isSynchronized) { @@ -149,7 +144,6 @@ namespace System.ConfigurationTests } [Fact] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void Reload_SimpleSettings_Ok() { var settings = new SimpleSettings @@ -188,7 +182,6 @@ namespace System.ConfigurationTests } [Fact] - [ActiveIssue("dotnet/corefx #18832", TargetFrameworkMonikers.NetFramework)] public void SettingsProperty_SettingsWithAttributes_Ok() { SettingsWithAttributes settings = new SettingsWithAttributes();