From a5b1f1461a896c3de4e07ae74767d74b4852e945 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Wed, 4 Apr 2018 17:27:09 -0700 Subject: [PATCH] reenable test cases disabled in 27740 (dotnet/corefx#28829) Commit migrated from https://github.com/dotnet/corefx/commit/9695cbbd8d9779e50177c672913f32567ea3f14e --- .../tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs | 1 - .../tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs index 43fde8b..b360f5b 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs @@ -85,7 +85,6 @@ namespace System.Xml.Tests Assert.True(false); } - [ActiveIssue(27740, TestPlatforms.AnyUnix)] [Fact] //[Variation(Desc = "TFS_470021 Unexpected local particle qualified name when chameleon schema is added to set")] public void TFS_470021() diff --git a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs index 707709f..c9be8ac 100644 --- a/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs +++ b/src/libraries/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs @@ -892,8 +892,6 @@ namespace System.Xml.Tests } } - //TFS_538324 - [ActiveIssue(27740, TestPlatforms.AnyUnix)] [Fact] public void XSDValidationGeneratesInvalidError_1() { @@ -919,8 +917,6 @@ namespace System.Xml.Tests } } - //TFS_538324 - [ActiveIssue(27740, TestPlatforms.AnyUnix)] [Fact] public void XSDValidationGeneratesInvalidError_2() { -- 2.7.4