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-02-19 08:33:38 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-02-19 08:33:38 +0300
commitcaea8c9e44a34ba590cdf4c950c0507d3ede60d1 (patch)
tree1950874826d32e42c2f360ca034549b94083b2e9 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parentd89e9691acaa89c234ad0230114f57bffa602629 (diff)
2008-02-19 Atsushi Enomoto <atsushi@ximian.com>
* XmlParserContext.cs : .net does not populate XmlNamespaceManager automatically. * XmlDocument.cs : so, always create one here. * XmlParserContextTests.cs : they are working. case #3 should not try to parse broken internalSubset (we do not allow broken intsubset and it is almost no worthy of assuring only-nominal .net compat that such broken internalSubset should be allowed). svn path=/trunk/mcs/; revision=96116
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 62bb3ebb6b8..b0495a440e2 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-19 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlParserContextTests.cs : they are working. case #3 should not
+ try to parse broken internalSubset (we do not allow broken
+ intsubset and it is almost no worthy of assuring only-nominal
+ .net compat that such broken internalSubset should be allowed).
+
2008-01-25 Atsushi Enomoto <atsushi@ximian.com>
* XmlReaderCommonTests.cs : added test for bug #347768.