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-17 07:20:36 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-17 07:20:36 +0400
commit5a5f87e557cd1b2534c14236c4f3f9d99d4c7d15 (patch)
tree5e2561ac0bca32e33e954b459b0c593ef053b8f1 /mcs/class/System.XML/Test/ChangeLog
parentcdd9ebc625afd014c4f754ed184686bb30a156d9 (diff)
2002-08-16 Jason Diamond <jason@injektilo.org>
* XmlElement.cs: Fixed writing out qualified elements courtesy of Marcus B�rgel <marcus.buergel@gmx.de>. svn path=/trunk/mcs/; revision=6694
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 37c452924a2..062f6b54410 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,10 @@
2002-08-16 Jason Diamond <jason@injektilo.org>
+ * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
+ qualified elements.
+
+2002-08-16 Jason Diamond <jason@injektilo.org>
+
* makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
to get tests to build with the new build system.