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-05-07 12:34:57 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-05-07 12:34:57 +0400
commitac161ee6eb4b93cb51d7bf37241879e0fc0e026b (patch)
treefc25ac1be344dec49117cc6f3c1392e19dd07953 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parente9a0b8ef7fc687e64b5994373feda3f8031e048e (diff)
2008-05-07 Atsushi Enomoto <atsushi@ximian.com>
* XmlReader.cs : force CloseInput to every XmlReader that is created from url (I mean, every internal XmlReader instance). * XmlFilterReader.cs : clone settings so that it does not depend on inconsistent settings after creation. Fixed bug #385638. * XmlReaderCommonTests.cs : added test for bug #385638. svn path=/trunk/mcs/; revision=102702
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 a1028dadc0f..e4b780c393d 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-07 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlReaderCommonTests.cs : added test for bug #385638.
+
2008-04-17 Atsushi Enomoto <atsushi@ximian.com>
* XmlElementTests.cs : added test for bug #380720.