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-04-25 23:31:47 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-04-25 23:31:47 +0400
commit044e2c1ec4656b0acbb236d7f80c74b2290e166f (patch)
tree8ce8365dc93b041e1ebdebdcd4d6e5b4c9c241f7 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parenta47a5e85f749549a35bc737358d15956c3bea60b (diff)
2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
* XmlConvert.cs : MinValue and MaxValue are unchanged by the serialization mode (unlike DateTime.ToString()). * XmlCustomFormatter.cs : fix GenerateToXmlString() as well. * XmlConvertTests.cs : added test for MaxValue serialization with every XmlDateTimeSerializationMode. svn path=/trunk/mcs/; revision=76275
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 0130bdba5ce..31b844ea50f 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,5 +1,10 @@
2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
+ * XmlConvertTests.cs : added test for MaxValue serialization with
+ every XmlDateTimeSerializationMode.
+
+2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
+
* XmlReaderCommonTests.cs : added test for bug #81451.
2007-04-24 Atsushi Enomoto <atsushi@ximian.com>