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-20 07:56:55 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-20 07:56:55 +0400
commitafa895fbfd8aed2cd84bb098ee281fabe802a2d4 (patch)
tree96e1a8869d99da42daff225affc419761950970b /mcs/class/System.XML/Test/ChangeLog
parent024977893477d676a81374819973b645f3c475f1 (diff)
Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.
svn path=/trunk/mcs/; revision=6788
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 2f8c6c0c426..1ad4fa6afc1 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-19 Jason Diamond <jason@injektilo.org>
+
+ * XmlDocument.cs, XmlElement.cs: Added tests for
+ GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.
+
2002-08-17 Jason Diamond <jason@injektilo.org>
* XPathNavigatorMatchesTests.cs: Added tests for absolute patterns