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-10-19 09:36:00 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-10-19 09:36:00 +0400
commite977cbe8df126a32d338c1931a9734a1b6063e75 (patch)
treebad2a17c205e740f049002dfe4015133bb292046 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parentfaa0c2c306b9de7cf981e3e15c4631acc1c20c0a (diff)
2007-10-19 Atsushi Enomoto <atsushi@ximian.com>
* SubtreeXmlReader.cs : when a subtree reader is closed, the original reader moves to the end of the subtree. Fixed bug #334752, patch by Scott Peterson. * XmlReaderCommonTests.cs : added test for bug #334752. svn path=/trunk/mcs/; revision=87812
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 5b27f7e0be0..ac88d21add9 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-19 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlReaderCommonTests.cs : added test for bug #334752.
+
2007-09-28 Atsushi Enomoto <atsushi@ximian.com>
* XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute().