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:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-03-19 01:42:13 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-19 01:42:13 +0300
commitd7645f64a5730879eac88c8f23dd4af1f60dded2 (patch)
tree3534dae5bed2ec8ad1211fe38df1f917c0d25e2c /mcs/class/System.XML/Test/ChangeLog
parentf1be9d4e45c0f0e042e73f0974b056d34020198f (diff)
namespace and prefix support in XmlTextWriter
svn path=/trunk/mcs/; revision=3195
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 927c6aa8097..1d46740ab43 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,11 +1,17 @@
2002-03-17 Kral Ferch <kral_ferch@hotmail.com>
+ * XmlDocumentTests.cs: Tests navigation to parents since
+ that was part of a document.Load() bug reported by Mike Kestner.
+
+ * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
+
+2002-03-17 Kral Ferch <kral_ferch@hotmail.com>
+
* XmlDocumentTests.cs: TestOuterXml.
* XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
and ProcessingInstruction.
-
2002-03-17 Kral Ferch <kral_ferch@hotmail.com>
* XmlDocumentTests.cs: More LoadXml tests.