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:
authorJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-22 17:11:55 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-22 17:11:55 +0400
commit86ffcfbcd72febcdf6805025ac0e83b7343f3cea (patch)
treee83ad5e72dd29006ef5b7e7d96d3c1be0f2f7eaf /mcs/class/System.XML/Test/ChangeLog
parent2875f13d5a3feb78cc52ee62a934922f8d1ae1c1 (diff)
Added implementation of namepsace qualified GetElementsByTagName courtesy of
Matt Hunter <xrkune@tconl.com>. svn path=/trunk/mcs/; revision=6885
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 1ad4fa6afc1..a3d4249efcd 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,6 +1,12 @@
+2002-08-22 Jason Diamond <jason@injektilo.org>
+
+ * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
+ namespace qualified GetElementsByTagName courtesy of Matt Hunter
+ <xrkune@tconl.com>.
+
2002-08-19 Jason Diamond <jason@injektilo.org>
- * XmlDocument.cs, XmlElement.cs: Added tests for
+ * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.
2002-08-17 Jason Diamond <jason@injektilo.org>