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:
authorGert Driesen <drieseng@users.sourceforge.net>2007-06-30 17:44:53 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2007-06-30 17:44:53 +0400
commit0485826abbcde3516f5b54427f32ac465ee5ced2 (patch)
tree572c7881ae78728b9abb587fe79eef0b593d18f9 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent9d17307d3bbc1233e8ccce1173fe4497e64504f6 (diff)
* XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
Fixed line endings. * XmlTextReader.cs: Expose ProhibitDtd on 1.0 profile too. svn path=/trunk/mcs/; revision=81106
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 0d7584ea329..d08f032eeb8 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-30 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
+ Fixed line endings.
+
2007-06-13 Atsushi Enomoto <atsushi@ximian.com>
* XmlDocumentFragmentTests.cs : added InnerText().