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-03-19 14:59:07 +0300
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-03-19 14:59:07 +0300
commitf2731147a61b94f150092e36effd79d49afdfc04 (patch)
treec70f7e34b43c21823bb5dea30c30c19d25d8b8df /mcs/class/System.XML/Test/ChangeLog
parented8dbf6f66acf378eb847416b414c6a5b7f2e066 (diff)
Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.
svn path=/trunk/mcs/; revision=3209
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 1d46740ab43..e1ccbe15a33 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-19 Jason Diamond <jason@injektilo.org>
+
+ * XmlDocumentTests.cs: Added a test to check an element's names after
+ loading.
+
2002-03-17 Kral Ferch <kral_ferch@hotmail.com>
* XmlDocumentTests.cs: Tests navigation to parents since