未验证 提交 faba8c0c 编写于 作者: M Meri Khamoyan 提交者: GitHub

#50870 Enabling Microsoft.Extensions.Configuration.Xml tests on android (#74575)

上级 7aef48a5
......@@ -9,7 +9,6 @@ namespace Microsoft.Extensions.Configuration.Xml.Test
public class XmlConfigurationExtensionsTest
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50870", TestPlatforms.Android)]
public void AddXmlFile_ThrowsIfFileDoesNotExistAtPath()
{
var config = new ConfigurationBuilder().AddXmlFile("NotExistingConfig.xml");
......
......@@ -561,7 +561,6 @@ public void SupportAndIgnoreProcessingInstructions()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50870", TestPlatforms.Android)]
public void ThrowExceptionWhenFindDTD()
{
var xml =
......@@ -690,7 +689,6 @@ public void ThrowExceptionWhenKeyIsDuplicatedWithDifferentCasing()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50870", TestPlatforms.Android)]
public void XmlConfiguration_Throws_On_Missing_Configuration_File()
{
var ex = Assert.Throws<FileNotFoundException>(() => new ConfigurationBuilder().AddXmlFile("NotExistingConfig.xml", optional: false).Build());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册