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-04-25 20:02:28 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-04-25 20:02:28 +0400
commit22c1a62ad12a7c506c851d75de80c4e5daa8a529 (patch)
tree0e8276014789772d3a2420c50d05ac60d2f1f9c0 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent2895b137c8cf2d559e0ddbd77ff37b6d799ad04d (diff)
2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
* XmlReader.cs : fixed wrong depth comparison in ReadToNextSibling(). Fixed bug #81451, by Eric Mercier. * XmlReaderCommonTests.cs : added test for bug #81451. svn path=/trunk/mcs/; revision=76259
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 eb43d1fec58..0130bdba5ce 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlReaderCommonTests.cs : added test for bug #81451.
+
2007-04-24 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReaderTests.cs : added test for bug #81360.