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-02-20 11:44:13 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-02-20 11:44:13 +0300
commit31d31bbcc330f595b6f3e6f215eab2a3bab299bd (patch)
treec90d7bea535ec28730064d194acbbe3fc31a3aba /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent4b78f667149664f4934b9fffe8105fedda30d35d (diff)
2007-02-20 Atsushi Enomoto <atsushi@ximian.com>
* DTDValidatingReader2.cs, XmlTextReader.cs, XmlNodeReaderImpl.cs: Read() silently returns false when it is closed. Fixed bug #80848. * XmlReaderCommonTests.cs : added test for bug #80848. svn path=/trunk/mcs/; revision=73147
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 23a23e45521..67ae9b9c205 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,5 +1,9 @@
2007-02-07 Atsushi Enomoto <atsushi@ximian.com>
+ * XmlReaderCommonTests.cs : added test for bug #80848.
+
+2007-02-07 Atsushi Enomoto <atsushi@ximian.com>
+
* XmlReaderCommonTests.cs : added ReadElementContentAsStringEmpty().
2006-12-20 Atsushi Enomoto <atsushi@ximian.com>