2009-06-05 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 5 Jun 2009 11:51:35 +0000 (11:51 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 5 Jun 2009 11:51:35 +0000 (11:51 -0000)
commitab539b86235a10abdb8b7945181eb4ff3bed904d
tree1e53671f5dccf5f371b404bf2a9e60aa9992b2ee
parent56e79111a8a28ba7f8bc8f3e474ad55362c4d5c4
2009-06-05  Atsushi Enomoto  <atsushi@ximian.com>

* XmlBinaryDictionaryReader.cs : there was wrong reusage of nodes
  when the node was at the top of the stack. It was added twice and
  call to reset resulted in end element with empty names.

* XmlBinaryDictionaryReaderTest.cs : verify that end element has
  non-empty local name.

svn path=/trunk/mcs/; revision=135512
mcs/class/System.Runtime.Serialization/System.Xml/ChangeLog
mcs/class/System.Runtime.Serialization/System.Xml/XmlBinaryDictionaryReader.cs
mcs/class/System.Runtime.Serialization/Test/System.Xml/ChangeLog
mcs/class/System.Runtime.Serialization/Test/System.Xml/XmlBinaryDictionaryReaderTest.cs