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 failure in .NET. * XsdDataContractExporterTest.cs : fix test that failed on .NET, and marked as NotWorking (no proceeding wsdl work yet). 2009-09-04 Atsushi Enomoto * XmlObjectSerializerTest.cs : add test for [IgnoreDataMember]. 2009-07-23 Sebastien Pouliot * XmlObjectSerializerTest.cs: Add test cases with a generic dictionary (empty, broken with r138386, and with one element) that both works on MS.NET and for which Moonlight depends on. 2009-07-22 Atsushi Enomoto * XmlObjectSerializerTest.cs : Add test for bug #524086 by Rolf Bjarne Kvinge. Add enum flags test, which should not raise an error. 2009-07-22 Atsushi Enomoto * XmlObjectSerializerTest.cs : add test for bug #524083, by Rolf Bjarne Kvinge. 2009-07-22 Atsushi Enomoto * XmlObjectSerializerTest.cs : now we can make xml indented as originally done in #524088. 2009-07-22 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for bug #524088 by Rolf Bjarne Kvinge (a bit modified). 2009-06-01 Atsushi Enomoto * XmlObjectSerializerTest.cs : enable interface collection test and add some more test lines. 2009-05-14 Atsushi Enomoto * XmlObjectSerializerTest.cs : added serialization test for interface collection. 2009-03-12 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for dictionary with CollectionDataContractAttribute. 2009-03-12 Atsushi Enomoto * XmlObjectSerializerTest.cs : added tests for IDictionary serialization (both generic and non-generic). 2009-03-11 Atsushi Enomoto * XmlObjectSerializerTest.cs : test for generic IList of DictionaryEntry. (no Hashtable serialization yet.) 2009-03-11 Atsushi Enomoto * XmlObjectSerializerTest.cs : test for generic IList of KeyValuePair (it is still different from full IDictionary support...!). 2009-03-11 Atsushi Enomoto * XmlObjectSerializerTest.cs : test for generic IList serialization. 2009-03-10 Atsushi Enomoto * XmlObjectSerializerTest.cs : test for generic type serialization. 2009-02-13 Atsushi Enomoto * XmlObjectSerializerTest.cs : fixed non-contract serialization tests and remove some NotWorking. 2009-02-13 Atsushi Enomoto * XmlObjectSerializerTest.cs : fixed collection contract test and added some notes. 2009-02-13 Atsushi Enomoto * XmlObjectSerializerTest.cs : added couple of test fixes in collection serialization tests. 2008-11-23 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for IsReference = true. 2008-04-17 Eyal Alaluf * XmlObjectSerializerTest.cs: Add test for base class with a different XML namespace then its derived class. Add tests for derserialization of arrays. 2008-04-14 Eyal Alaluf * XmlObjectSerializerTest.cs: DataContract types don't need anymore an empty ctor. 2008-04-10 Eyal Alaluf * XmlObjectSerializerTest.cs: Add test scenarios for testing serialization and deserialization of more complex types, namespace support, etc. 2008-04-03 Igor Zelmanovich * DataContractSerializerTest_FrameworkTypes_mscorlib.cs: * DataContractSerializerTest_FrameworkTypes_System.cs: * DataContractSerializerTest_FrameworkTypes_System.Data.cs: * XmlObjectSerializerTest.cs: add NotWorking attribute. 2008-03-31 Igor Zelmanovich * DataContractSerializerTest_FrameworkTypes_System.Data.cs: new testfixture. 2008-03-31 Igor Zelmanovich * DataContractSerializerTest_FrameworkTypes_System.cs: new testfixture. 2008-03-31 Igor Zelmanovich * DataContractSerializerTest_FrameworkTypes.cs: refactoring. * DataContractSerializerTest_FrameworkTypes_mscorlib.cs: new testfixture. 2008-03-31 Igor Zelmanovich * DataContractSerializerTest_FrameworkTypes.cs: add infrastructure for following tests. 2008-03-30 Igor Zelmanovich * XmlObjectSerializerTest.cs: use XmlComparer, remove NotWorking. 2008-02-27 Eyal Alaluf * XmlObjectSerializerTest.cs: Added tests for Read/WriteObject * AttributesTest.cs: Added tests for new Serialization attributes. * XsdDataContractImporterTest.cs: Added null arguments tests to the Import methods. marked ImportTest as not working. 2008-02-27 Eyal Alaluf * one.xml: Indentation change 2007-12-05 Atsushi Enomoto * XmlObjectSerializerTest.cs : test for .ctor() with null knownTypes. 2007-11-27 Atsushi Enomoto * XmlObjectSerializerTest.cs, XsdDataContractImporterTest.cs: couple of tests are not working now. 2007-08-17 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for ReadObject() with verifyObjectData = false. 2007-07-27 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for serializing IPAddress (will be required for RegisterInfo). 2007-07-26 Atsushi Enomoto * XmlObjectSerializerTest.cs : added Guid serialization test. 2006-09-05 Ankit Jain * XsdDataContractImporterTest.cs (PrimitiveType): Add a check for number of schemas. 2006-09-04 Ankit Jain * XsdDataContractExporterTest.cs (Ctor1): Remove 'NotWorking'. (PrimitiveType): New. (CanExportTest): New. (GetSchemaTypeTest): New. (Test2): Ensure that exception is "expected" from the second Export. 2006-09-01 Ankit Jain * XsdDataContractExporterTest.cs: New. * XmlObjectSerializerTest.cs: New tests for serializing arrays. 2006-08-31 Ankit Jain * XmlObjectSerializerTest.cs: Add tests for serializing/deserializing enums. 2006-08-16 Atsushi Enomoto * XmlObjectSerializerTest.cs : added non-setter collection case. (I was just curious how DataContractSerializer is useless here.) 2006-07-27 Ankit Jain * one.xml: New. Used by XsdDataContractImporterTest.cs * XsdDataContractImporterTest.cs: New. 2006-07-18 Atsushi Enomoto * XmlObjectSerializerTest.cs : the previous test is working now. 2006-07-18 Atsushi Enomoto * XmlObjectSerializerTest.cs : finally I found out why non- datacontract .ctor() does not fail while SerializeNonDC() fails. 2006-05-09 Atsushi Enomoto * XmlObjectSerializerTest.cs : added more .ctor() tests. 2006-05-09 Atsushi Enomoto * XmlObjectSerializerTest.cs : Added test for nested class serialization. 2006-05-09 Atsushi Enomoto * XmlObjectSerializerTest.cs : added some .ctor() tests. 2006-04-06 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for string serialization. QName as well but [Ignore] right now. 2006-03-09 Atsushi Enomoto * XmlObjectSerializerTest.cs : added test for WriteObjectContent() without WriteStartObject(). 2006-03-08 Ankit Jain * XmlObjectSerializerTest.cs (SerializeDCWithName): (SerializeDCWithEmptyName1): (SerializeDCWithEmptyName2): (SerializeDCWithNullName): (SerializeDCWithEmptyNamespace1): New serialization tests. 2006-03-03 Atsushi Enomoto * XmlObjectSerializerTest.cs : added more serialization tests. 2006-03-02 Atsushi Enomoto * XmlObjectSerializerTest.cs : new file for serialization tests.