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-18 06:11:17 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-18 06:11:17 +0300
commit7472ae9d5d6c3dbcc4b8a6cd88d3537cca631b9a (patch)
tree982634ae808e7ad283a6ba617014f73587b38498 /mcs/class/System.XML/Test/ChangeLog
parent5b7629fbf350b66ceeb3273fb92ff0f6cd2e8851 (diff)
More XmlTextWriter and node WriteTo.
svn path=/trunk/mcs/; revision=3176
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index cb45a568791..927c6aa8097 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,13 @@
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.
* XmlTextWriterTests.cs: Test for invalid Processing Instructions.