Imported Upstream version 4.2.0.179

Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
Xamarin Public Jenkins
2015-08-26 07:17:56 -04:00
committed by Jo Shields
parent 183bba2c9a
commit 6992685b86
7507 changed files with 90259 additions and 657307 deletions

View File

@@ -1346,6 +1346,7 @@ namespace MonoTests.System.Xml
[Test]
[Category ("NotDotNet")]
[Ignore ("Bug in Microsoft referencesource")]
public void IndexerAndAttributes ()
{
string xml = @"<?xml version='1.0' standalone='no'?><foo _1='1' _2='2' _3='3' />";
@@ -2244,7 +2245,7 @@ namespace MonoTests.System.Xml
Assert.AreEqual (XmlNodeType.Text, reader.NodeType, "#2");
bytesRead = reader.ReadElementContentAsBase64 (fixedSizeBuffer, 0, fixedSizeBuffer.Length);
Assert.AreEqual (0, bytesRead, "#3");
Assert.AreEqual (XmlNodeType.EndElement, reader.NodeType, "#4");
Assert.AreEqual (XmlNodeType.None, reader.NodeType, "#4");
}
[Test]