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=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=112341694229a2c0a3e9c85aaa1e250f9734258c;hpb=a7fb224ef81ffa03a1adc9dd12afbf05ba1ccafb;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 11234169422..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,79 @@ +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]. + +2010-02-19 Atsushi Enomoto + + * XsdDataContractImporterTest.cs : added Dictionary export tests. + +2010-02-18 Atsushi Enomoto + + * XsdDataContractImporterTest.cs : enabled new tests. + +2010-02-17 Atsushi Enomoto + + * XsdDataContractImporterTest.cs : added a bunch of tests for new + implementation. Disable yet. + +2010-02-09 Atsushi Enomoto + + * XsdDataContractImporterTest.cs : add test that it gives + appropriate code namespaces. + +2010-02-08 Atsushi Enomoto + + * XsdDataContractImporterTest.cs : add test that ArrayOfxxx type + is not added. + +2010-01-25 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : added test for bug #560155. + +2010-01-08 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : added test for bug #568763. + +2009-09-28 Atsushi Enomoto + + * XsdDataContractExporterTest.cs : disable some tests that started + to fail due to correctly sorted fields while xsd exporter has + some bugs that emits duplicate fields (hence ambiguity occurs). + +2009-09-28 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : Test nested type serialization type + initialization. + +2009-09-07 Atsushi Enomoto + + * XmlObjectSerializerTest.cs : fix (here too) bad serialization- + compatibility-dependent test. + 2009-09-07 Atsushi Enomoto * XmlObjectSerializerTest.cs : fixed wrong EOLs that resulted in