Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2007-09-28 09:27:11 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-09-28 09:27:11 +0400
commit854f0d1cdb07b4bfb98f3234829c813b7229eb3c (patch)
tree6b2062bc2c9131c444b0dbe393c67ff1c141b87d /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent9ac9ec085f9d03f0cff2b01d93cd8df98864a39f (diff)
2007-09-28 Atsushi Enomoto <atsushi@ximian.com>
* XmlWriter.cs : it is now documented that WriteNode(XPathNavigator) ignores attributes and namespace decls, so do that. * XQueryConvert.cs : removed extra stuff that are not in use. * XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute(). svn path=/trunk/mcs/; revision=86546
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 4ce401da27e..5b27f7e0be0 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-28 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute().
+
2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
* XmlWriterTests.cs : added test for WriteValue(object).