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-23 07:26:57 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-23 07:26:57 +0400
commitf9553b038a2240bbb2e6d081165b7cd485b1d7de (patch)
tree439ccbd684dee5e75857ffe988c841e4a5b405ea /mcs/class/System.XML/Test/ChangeLog
parentc987ba086d5d2aadb9cf6e5e3e300234195b1785 (diff)
Correction to previous GetElementsByTagName patch courtesy of Matt Hunter <xrkune@tconl.com>.
svn path=/trunk/mcs/; revision=6920
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 a3d4249efcd..86707218b62 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,10 @@
2002-08-22 Jason Diamond <jason@injektilo.org>
+ * XmlElementTests.cs: Correction to previous GetElementsByTagName
+ patch courtesy of Matt Hunter <xrkune@tconl.com>.
+
+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>.