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 09:09:53 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-23 09:09:53 +0400
commitd0cd6199a50148579b6755b641fc9c13bba93597 (patch)
treece055e94c94316b04f4c174b2d6eb7b5b77e3120 /mcs/class/System.XML/Test/ChangeLog
parentdb0e7930ea0a70dbcb582462fea71978eee2484a (diff)
Implementation and tests for XmlAttributeCollection.RemoveAll and XmlElement.RemoveAllAttributes courtesy of Matt Hunter <xrkune@tconl.com>.
svn path=/trunk/mcs/; revision=6926
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 86707218b62..cb73def2b85 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,12 @@
2002-08-22 Jason Diamond <jason@injektilo.org>
+ * AllTests.cs, System.XML_linux_test.args,
+ XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for
+ RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
+ <xrkune@tconl.com>.
+
+2002-08-22 Jason Diamond <jason@injektilo.org>
+
* XmlElementTests.cs: Correction to previous GetElementsByTagName
patch courtesy of Matt Hunter <xrkune@tconl.com>.