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-05-31 06:23:03 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-05-31 06:23:03 +0400
commita90b8aa7ce49c9dcdd00dae29323a2879db5bf49 (patch)
treed579f690fab1b1e410e85bd8a3f2e9c2faf0074f /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent4912245dc313033e2cf85201459d33985cc0d074 (diff)
2007-05-31 Atsushi Enomoto <atsushi@ximian.com>
* XmlTextWriter2.cs : NewLineOnAttributes indentation fix, for bug #81770. * XmlWriterSettingsTests.cs : added test for NewLineOnAttributes. svn path=/trunk/mcs/; revision=78290
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 6e30d7fb80c..c67adab5f4e 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-31 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlWriterSettingsTests.cs : added test for NewLineOnAttributes.
+
2007-05-26 Gert Driesen <drieseng@users.sourceforge.net>
* XmlWriterTests.cs: Renamed Close* tests to Create*, and improved