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:
authorAtsushi Eno <atsushieno@gmail.com>2007-08-13 17:51:34 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-08-13 17:51:34 +0400
commit08087f828ccb9772627e3eea62d718f34e780235 (patch)
treedbedbf9be2f037319a83126f17bba6675b9d2c7e /mcs/class/System.XML/Test/System.Xml/ChangeLog
parentd0109eef78cc5ed9e2a53120ef624aa142ea4e7b (diff)
2007-08-13 Atsushi Enomoto <atsushi@ximian.com>
* XmlTextWriter2.cs : fix extraneous indentation which is put after omitted xmldecl. * XmlWriterSettingsTests.cs : added test for extraneous newline on OmitXmlDeclaration mode. svn path=/trunk/mcs/; revision=83958
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 2df97d83e9c..20465f50544 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-13 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlWriterSettingsTests.cs : added test for extraneous newline on
+ OmitXmlDeclaration mode.
+
2007-08-02 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReaderTests.cs : test for bug #82010.