X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Serialization%2FTest%2FSystem.Runtime.Serialization%2FChangeLog;h=53d5f9308e9d7c0309ae393469cf5e420f31b793;hb=6856ccab7cc0dffa2df23a3db5832bf4bbb4620a;hp=5a41d84da075506d95fd09417fe7988bc249056d;hpb=25414103fab2eb3a345d9fbbf5eb9316e3060bc0;p=mono.git diff --git a/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/ChangeLog b/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/ChangeLog index 5a41d84da07..53d5f9308e9 100644 --- a/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/ChangeLog +++ b/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/ChangeLog @@ -1,3 +1,28 @@ +2010-06-02 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : enable binary reader test for #601785. + +2010-06-01 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : added test for bug #601785, based on + the test by Raja Harinath. + +2010-05-31 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : test PreserveObjectReferences too. + +2010-05-31 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : add test for bug #610036. + +2010-04-28 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : add test for bug #599899. + +2010-03-04 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : test for empty array deserialization. + 2010-03-01 Atsushi Enomoto * XsdDataContractExporterTest.cs : remove [NotWorking].