2009-11-11 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 11 Nov 2009 02:41:28 +0000 (02:41 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 11 Nov 2009 02:41:28 +0000 (02:41 -0000)
commite9f0b186ac38515cc1459dc366320be673b93499
treeb8253d772c6ef615f0a65ea5da66daf2ea61fd82
parentdf059dbe4c131201be97037183f8a9ca2d73523a
2009-11-11  Atsushi Enomoto  <atsushi@ximian.com>

* XmlNodeReaderImpl.cs : when the reader is at attribute value,
  MoveToNextAttribute() incorrectly moved to the first attribute.
  Fixed bug #550379.

* XmlNodeReaderTests.cs : added test for bug #550379.

svn path=/trunk/mcs/; revision=145910
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlNodeReaderImpl.cs
mcs/class/System.XML/Test/System.Xml/ChangeLog
mcs/class/System.XML/Test/System.Xml/XmlNodeReaderTests.cs