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-08-08 10:33:43 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-08-08 10:33:43 +0400
commit3c16ab82839fd06dfad84e89c04a97bb0c8b8c8c (patch)
tree073835e8be83f7b0788676b76cac2f6849438cf1 /mcs/class/System.XML/Test/ChangeLog
parent9d016aac59f0004bc735c851c042c5d69a3c51ea (diff)
Added XmlDocument event firing code.
svn path=/trunk/mcs/; revision=6527
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 60dbe6f6f89..c25af56b979 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,14 @@
+2002-08-07 Kral Ferch <kral_ferch@hotmail.com>
+
+ * XmlCharacterDataTests.cs: New file.
+
+ * XmlNodeTests.cs: New file.
+
+ * AllTests.cs: Added XmlCharacterDataTests and XmlNodeTests.
+
+ * XmlDocumentTests.cs: Added tests for NodeChanging, NodeChanged,
+ NodeInserting, NodeInserted, NodeRemoving, and NodeRemoved events.
+
2002-08-03 Jason Diamond <jason@injektilo.org>
* makefile.gnu: Added.