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-17 23:36:20 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-17 23:36:20 +0300
commit5b7629fbf350b66ceeb3273fb92ff0f6cd2e8851 (patch)
tree04fc5e52f01b2b480f0cbb00d24445435abd0ada /mcs/class/System.XML/Test/ChangeLog
parentd120a5e8dbdb86edebf8b446d5d7a2cec51cddf8 (diff)
Work on XmlDocument and XmlTextWriter
svn path=/trunk/mcs/; revision=3175
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index e7f18b87ab8..cb45a568791 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-17 Kral Ferch <kral_ferch@hotmail.com>
+
+ * XmlDocumentTests.cs: More LoadXml tests.
+
+ * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
+
2002-03-14 Kral Ferch <kral_ferch@hotmail.com>
* XmlTextWriterTests.cs: Added tests TestCData and TestComment.