[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization / ChangeLog
index 4ea324bd0e55dbe8a66a3724dfb296f206f05c96..53d5f9308e9d7c0309ae393469cf5e420f31b793 100644 (file)
@@ -1,3 +1,12 @@
+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.