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:
authorMatt Hunter <matthunt@mono-cvs.ximian.com>2002-09-21 08:21:44 +0400
committerMatt Hunter <matthunt@mono-cvs.ximian.com>2002-09-21 08:21:44 +0400
commitafcfff04a2d0f22f31af389e56d9c4eb2454f446 (patch)
treeb02ca844e2258fdcc5526beec06ee2c1c16e4f25 /mcs/class/System.XML/Test/ChangeLog
parent07aae53facdf9b4f8fe011bf0add6b7bda4560fe (diff)
implementing tests: XmlElementTests.TestSetAttributeNode
and XmlAttributeCollectionTest.TestAppend svn path=/trunk/mcs/; revision=7681
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 f14e188f8f6..dff0dd11349 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-19 Matt Hunter <mahunter@tconl.com>
+
+ * XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
+ * XmlAttributeCollectionTests.cs: added TestAppend().
+
2002-09-17 Kral Ferch <kral_ferch@hotmail.com>
* XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),