2010-04-21 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 21 Apr 2010 08:41:54 +0000 (08:41 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 21 Apr 2010 08:41:54 +0000 (08:41 -0000)
commit7a4779f90ddc5328d2acfe188ba5ea07b4c2b7f7
tree5ae431b77895ab48ba3ef2c7034c73c9360210d0
parent61ec829ea989a18e998d70428d6edb01f9a595b7
2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>

* XDocument.cs : don't prohibit DTD.
* XNodeNavigator.cs : do not return true in MoveToFirstChild()
  when there is no child node. Fixed bug #594877.

* XNodeNavigatorTest.cs : added test for bug #594877. Enable and fix
  tests that were commented out.

svn path=/trunk/mcs/; revision=155854
mcs/class/System.Xml.Linq/System.Xml.Linq/ChangeLog
mcs/class/System.Xml.Linq/System.Xml.Linq/XDocument.cs
mcs/class/System.Xml.Linq/System.Xml.Linq/XNodeNavigator.cs
mcs/class/System.Xml.Linq/Test/System.Xml.Linq/ChangeLog
mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XNodeNavigatorTest.cs