Skip to content

Commit

Permalink
Marking tests affected by 27740 in XmlSchemaValidatorApi as active is…
Browse files Browse the repository at this point in the history
…sue (dotnet/corefx#28679)

* Marking tests affected by 27740 as active issue

* ActiveIssue for other test in XmlSchema using TempDirectory


Commit migrated from dotnet/corefx@fe0edc4
  • Loading branch information
Paulo Janotti authored Mar 31, 2018
1 parent 40573ec commit b6da056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public void v2()
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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ public void CreateSchema2(string testDirectory)
}

//TFS_538324
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
[Fact]
public void XSDValidationGeneratesInvalidError_1()
{
Expand All @@ -919,6 +920,7 @@ public void XSDValidationGeneratesInvalidError_1()
}

//TFS_538324
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
[Fact]
public void XSDValidationGeneratesInvalidError_2()
{
Expand Down

0 comments on commit b6da056

Please sign in to comment.