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>2008-07-28 20:40:11 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-07-28 20:40:11 +0400
commit7889d76d13e66896f7dc30c244844797fb0d8c62 (patch)
tree32ed57536d3fb38a316cbbea92d123fd2d3d1099 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent941ac9038430bdede12c43b187d5533ef46086c6 (diff)
2008-07-28 Atsushi Enomoto <atsushi@ximian.com>
* XmlNamespaceManager.cs : check null arg. * XmlTextReader.cs : fixed bug #412657; now we populate nametable and namespace manager in case they are null in parser context, and use them instead of the members in the parser context. * XmlTextReaderTests.cs : added test for bug #412657. svn path=/trunk/mcs/; revision=109049
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 75fb3694e6a..f773f37b695 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-28 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlTextReaderTests.cs : added test for bug #412657.
+
2008-06-11 Atsushi Enomoto <atsushi@ximian.com>
* XmlConvertTests.cs : added test for bug #397934