[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization / ChangeLog
index 7650b63fcf3afea46df2ed4ac9160dc08c86384a..53d5f9308e9d7c0309ae393469cf5e420f31b793 100644 (file)
@@ -1,3 +1,55 @@
+2010-06-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : enable binary reader test for #601785.
+
+2010-06-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : added test for bug #601785, based on
+         the test by Raja Harinath.
+
+2010-05-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : test PreserveObjectReferences too.
+
+2010-05-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : add test for bug #610036.
+
+2010-04-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : add test for bug #599899.
+
+2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlObjectSerializerTest.cs : test for empty array deserialization.
+
+2010-03-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractExporterTest.cs : remove [NotWorking].
+
+2010-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporterTest.cs : added Dictionary export tests.
+
+2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporterTest.cs : enabled new tests.
+
+2010-02-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporterTest.cs : added a bunch of tests for new
+         implementation. Disable yet.
+
+2010-02-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporterTest.cs : add test that it gives
+         appropriate code namespaces.
+
+2010-02-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporterTest.cs : add test that ArrayOfxxx type
+         is not added.
+
 2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XmlObjectSerializerTest.cs : added test for bug #560155.