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:
authorKrzysztof Wicher <mordotymoja@gmail.com>2018-04-05 03:27:09 +0300
committerGitHub <noreply@github.com>2018-04-05 03:27:09 +0300
commit9695cbbd8d9779e50177c672913f32567ea3f14e (patch)
tree5b658c689fc7f114cbe29890ec3596ee6800568a /src/System.Private.Xml
parent28dcece5c5e7d30446ae90e027076722513b716f (diff)
reenable test cases disabled in 27740 (#28829)
Diffstat (limited to 'src/System.Private.Xml')
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs1
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs
index 43fde8b0fa..b360f5bd19 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs
+++ b/src/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/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs
index 707709f43c..c9be8ac570 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs
+++ b/src/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()
{