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:
authorGert Driesen <drieseng@users.sourceforge.net>2005-12-29 21:50:09 +0300
committerGert Driesen <drieseng@users.sourceforge.net>2005-12-29 21:50:09 +0300
commit11781269159d554652438b47347697f432639538 (patch)
tree0b4f94df0110b3e9e94f384cddefb7bea7172707 /mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
parent980e2e28e0094869e11ff30f9b7cad2b3a96f8e3 (diff)
* XmlSchemaExporterTests.cs: Added tests for exporting structs, and
arrays. Added tests for bug #77117. Refactored some existing tests. svn path=/trunk/mcs/; revision=54915
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
index bba7135fab2..e4f27de1c65 100644
--- a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-29 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
+ arrays. Added tests for bug #77117. Refactored some existing tests.
+
2005-12-28 Gert Driesen <drieseng@users.sourceforge.net>
* XmlSerializerTests.cs: Added serialization test for XmlSchema.