Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9695cbb

Browse files
authored
reenable test cases disabled in 27740 (#28829)
1 parent 28dcece commit 9695cbb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public void v2()
8585
Assert.True(false);
8686
}
8787

88-
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
8988
[Fact]
9089
//[Variation(Desc = "TFS_470021 Unexpected local particle qualified name when chameleon schema is added to set")]
9190
public void TFS_470021()

src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,6 @@ public void CreateSchema2(string testDirectory)
892892
}
893893
}
894894

895-
//TFS_538324
896-
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
897895
[Fact]
898896
public void XSDValidationGeneratesInvalidError_1()
899897
{
@@ -919,8 +917,6 @@ public void XSDValidationGeneratesInvalidError_1()
919917
}
920918
}
921919

922-
//TFS_538324
923-
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
924920
[Fact]
925921
public void XSDValidationGeneratesInvalidError_2()
926922
{

0 commit comments

Comments
 (0)