2010-03-29 Atsushi Enomoto * XmlSerializerTests.cs : test for XmlRoot and XmlSchemaProvider QName conflict case. 2010-01-26 Atsushi Enomoto * XmlSerializerTests.cs : added test for bug #553032. 2010-01-06 Atsushi Enomoto * XmlSerializerTests.cs : added test for #566370. 2008-11-05 Atsushi Enomoto * XmlReflectionImporterTests.cs : added test for #430759. 2008-09-02 Atsushi Enomoto * XmlSerializerTestClasses.cs, XmlSerializerTests.cs: added test for bug #419973. 2008-06-05 Atsushi Enomoto * XmlSerializerTestClasses.cs, DeserializeTests.cs, ComplexDataStructure.cs : added test for bug #378696. Fixed couple of wrong tests that expects default values filled during deserialization. 2008-04-11 Atsushi Enomoto * XmlSerializerTestClasses.cs, XmlSerializerTests.cs : added test for IXmlSerializable serialization whose GetSchema() borks. 2008-04-01 Lluis Sanchez Gual * XmlSerializerTestClasses.cs, XmlSerializerTests.cs: Test nullable enums. 2008-03-31 Gert Driesen * XmlCodeExporterTests.cs: Remove CWL. 2008-03-30 Gert Driesen * XmlSerializationReaderTests.cs: Marked HandleOutAttributeParameters test as NotDotNet on 1.0 profile. * XmlCodeExporterTests.cs: Improved test for duplicate identifiers. Fixed ExportTypeMapping_Root and ExportTypeMapping_Field tests to pass on .NET 2.0. 2008-02-19 Atsushi Enomoto * XmlSchemasTests.cs : new test file (for bug #360541). 2007-11-02 Atsushi Enomoto * XmlSerializerTests.cs : added test for bug #338705. 2007-11-01 Atsushi Enomoto * XmlSchemaImporterTests.cs : test for importing simple-typed top-level element. 2007-10-30 Atsushi Enomoto * XmlSchemaExporterTests.cs : without Infoset(), those tests randomly fail on .NET. This fix is incomplete. Someone please continue this boring work. I don't want to do that. 2007-10-30 Atsushi Enomoto * XmlSerializerTests.cs : added test for bug #337729. 2007-10-30 Atsushi Enomoto * XmlCodeExporterTests.cs : enable the previous test again. 2007-10-30 Atsushi Enomoto * XmlCodeExporterTests.cs : disable the previous test; it's reverted. 2007-10-30 Atsushi Enomoto * XmlCodeExporterTests.cs : added test for (part of?) bug #336739, base simple content enum type output. 2007-10-26 Atsushi Enomoto * XmlSerializerTests.cs : added test for DataType in [XmlElement]. 2007-09-25 Atsushi Enomoto * XmlSerializerTests.cs : another XmlSchemaProvider test; use it as a member of an array. 2007-09-25 Atsushi Enomoto * XmlSerializerTests.cs : added deserialization test for XmlSchemaProviderAttribute use. * XmlReflectionImporterTests.cs : added test for conclict resolution between defaultNamespace and XmlSchemaProvider() namespace. * XmlSchemaExporterTests.cs : use Infoset() comparison. 2007-09-25 Atsushi Enomoto * XmlSerializerTests.cs, XmlReflectionImporterTests.cs : added tests for XmlSchemaProviderAttribute and how its qname works. 2007-08-21 Atsushi Enomoto * XmlReflectionImporterTest.cs : test for bug #81880. 2007-08-21 Atsushi Enomoto * XmlCodeExporterTests.cs : test for bug #82078. 2007-07-26 Atsushi Enomoto * XmlSerializerTests.cs : test for #81539. 2007-04-25 Atsushi Enomoto * XmlSerializationWriterTests.cs, XmlSerializerTests.cs : fixed wrong dateTime formatting tests. 2007-04-24 Atsushi Enomoto * XmlSerializerTests.cs : another case on #80759 from gert. 2007-04-23 Atsushi Enomoto * XmlSerializerTests.cs : added missing test from 80759, and marked similar but different one from the same bug as not working. 2007-04-20 Atsushi Enomoto * XmlSerializerTests.cs : Added test for serializing private-constructor-only class. 2007-02-20 Atsushi Enomoto * XmlSerializationReaderTests.cs : test non-empty element as well. 2007-02-20 Atsushi Enomoto * XmlSerializationReaderTests.cs : added test for out attribute parameters. It also tests empty root element. 2007-02-19 Atsushi Enomoto * XmlReflectionImporterTests.cs : added another test for nullable container. 2007-02-19 Atsushi Enomoto * XmlReflectionImporterTests.cs : added test for nullable int import. 2007-02-14 Atsushi Enomoto * XmlSerializerTests.cs : added HasFieldSpecifiedButIrrelevant(). 2007-02-07 Gert Driesen * XmlCodeExporter.cs: Avoid hardcoding version numbers. Enable tests again on 2.0 profile. 2007-02-07 Atsushi Enomoto * SoapReflectionImporterTests.cs : removed some NotWorking. 2007-02-07 Atsushi Enomoto * XmlSerializerTests.cs : added some XmlNode array/list tests. * XmlSerializationWriterTests.cs : removed more NotWorking. Added WriteTypedPrimitive() error test for XmlNode. 2007-02-07 Atsushi Enomoto * XmlSerializationWriterTests.cs : removed some NotWorking. 2007-02-07 Atsushi Enomoto * DeserializeTests.cs : a lot of tests were actually fixed yet. 2007-02-07 Atsushi Enomoto * XmlCodeExporterTests.cs : Gert's tests often condemn Microsoft that they upgrade version numbers. 2007-01-19 Atsushi Enomoto * XmlSchemaImporterTests.cs : Added ImportMembersMapping_NullableField(). 2007-01-18 Atsushi Enomoto * XmlSchemaImporterTests.cs : test that is mapped to Nullable. 2007-01-15 Atsushi Enomoto * XmlSerializerTests.cs : Fixed NotDotNet generic test which itself was wrong. 2007-01-15 Atsushi Enomoto * XmlSerializerTests.cs : most of generic tests are working now. * XmlReflectionImporterTests.cs : test for rejecting generic type definition. 2006-12-04 Atsushi Enomoto * XmlSerializerTests.cs : added base64 tests which is similar to hexBinary. 2006-12-03 Gert Driesen * XmlSerializerTests.cs: Undo some of Hagit's code formatting changes. 2006-12-03 Gert Driesen * XmlSerializerTests.cs: Only compile generic tests on 2.0 profile. Fixes build. * DeserializeTests.cs: Same. * XmlSerializerTestClasses.cs: Same. 2006-12-03 Gert Driesen * XmlSchemaExporterTests.cs: Added tests for (part of) bug #78214. 2006-12-03 Hagit Yidov * XmlSerializerTests.cs : added tests for serialization of generic types. * DeserializeTests.cs : added tests for deserialization of generic types. * XmlSerializerTestClasses.cs : added classes for tests which use generic types. 2006-12-01 Atsushi Enomoto * XmlSerializerTests.cs : added tests for XmlArrayAttribute support. 2006-11-22 Atsushi Enomoto * XmlSerializerTests.cs : added test for hexBinary. 2006-11-22 Atsushi Enomoto * XmlReflectionImporterTests.cs : added test for class that contains nullable value type field whose XmlElementAttribute IsNullable. 2006-11-20 Atsushi Enomoto * XmlSerializerTests.cs : added test for nullable type. 2006-11-17 Atsushi Enomoto * XmlSerializerTests.cs : test for basic generic type support with code generation. 2006-11-14 Atsushi Enomoto * XmlSerializerImplementationTests.cs : another custom implementation case. 2006-11-10 Atsushi Enomoto * XmlSchemaExporterTests.cs : fixed almost all test cases which expected totally wrong schemas. Schema elements are all nillable unless it is of value type. 2006-11-09 Atsushi Enomoto * XmlSchemaImporterTests.cs : added DefaultTypeTopLevelElementImportsAllComplexTypes(). 2006-11-09 Atsushi Enomoto * XmlSchemaImporterTests.cs : added ImportComplexDerivationByExtension(). 2006-11-08 Atsushi Enomoto * XmlSchemaImporterTests.cs : added AnyTypeTopLevelElementImportsAllComplexTypes(). 2006-11-08 Atsushi Enomoto * XmlSchemaImporterTests.cs : added ImportTypeMapping() test for nonexistent name. 2006-11-02 Atsushi Enomoto * CodeIdentifiersTests.cs : new test. 2006-11-01 Atsushi Enomoto * XmlSerializerImplementationTests.cs : new testfixture. 2006-10-10 Gert Driesen * XmlSerializerTests.cs: Added a few tests. Fixed coding style. 2006-10-08 Gert Driesen * DeserializeTest.cs: Added several tests. * XmlSerializerTestClasses.cs: Added test classes for encoded SOAP. * XmlSerializerTests.cs: Added new tests and fixed existing test. * XmlReflectionImporterTests.cs: Added test for invalid default values. * SoapReflectionImporterTests.cs: Fixed numbering of tests. 2006-10-01 Gert Driesen * SoapReflectionImporterTests.cs: Added tests for bug #78206. 2006-05-30 Atsushi Enomoto * XmlSerializerTests.cs : added tailored version of bug #78536 test. 2006-05-15 Gert Driesen * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of XmlRootAttribute in tests. 2006-04-26 Gert Driesen * SoapSchemaExporterTests.cs: Sync expected results with changes to test classes. * XmlCodeExporterTests.cs: Same. 2006-04-26 Gert Driesen * DeserializeTests.cs: Improved TestDeserialize_Enum test for bug #78204. 2006-04-26 Gert Driesen * SoapAttributesTests.cs: Added tests for bug #78205. * XmlSerializerTestClasses.cs: Added test classes and improved existing classes for usage in upcoming bug reports. 2006-04-24 Gert Driesen * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug #78145. 2006-04-21 Gert Driesen * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter. * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass on MS.NET 2.0. 2006-04-20 Gert Driesen * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently marked NotWorking). 2006-03-25 Gert Driesen * XmlSchemaImporterTests.cs: Enabled tests for bug #77907. 2006-03-25 Gert Driesen * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered tests. 2006-03-22 Gert Driesen * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for void and null type argument. Improved WrongChoices test to make sure the exception(s) we throw match those of MSFT. Added test for bug #77591. 2006-03-10 Gert Driesen * XmlSchemaExporterTests.cs: Enabled tests for bug #77111. . 2006-03-10 Gert Driesen * DeserializeTests.cs: Enabled tests for bug #77530. * XmlSerializerTests.cs: Enabled tests for bug #77530. 2006-03-07 Lluis Sanchez Gual * System.Xml.Serialization/XmlSerializerTestClasses.cs: * System.Xml.Serialization/XmlSerializerTests.cs: Added tests for XmlSchemaForm. 2006-02-16 Gert Driesen * XmlReflectionImporter.cs: Enabled few tests for bug #77531. * SoapReflectionImporter.cs: Enabled few tests for bug #77531. 2006-02-16 Lluis Sanchez Gual * XmlSchemaImporterTests.cs: Added test for bug #76848. 2006-02-11 Gert Driesen * XmlRootAttributeTests.cs: Set eol-style to CRLF. * SoapTypeAttributeTests.cs: Same. * XmlIncludeAttributeTests.cs: Same. * XmlTextAttributeTests.cs: Same. * XmlSerializerTests.cs: Same. * SoapIncludeAttributeTests.cs: Same. * XmlSerializationWriterTests.cs: Same. * XmlElementAttributeTests.cs: Same. * ComplexDataStructure.cs: Same. * DeserializerTests.cs: Same. * SoapElementAttributeTests.cs: Same. * XmlChoiceIdentifierAttributeTests.cs: Same. * XmlArrayItemAttributeTests.cs: Same. * XmlAnyElementAttributeTests.cs: Same. * XmlAttributesTests.cs: Same. * XmlAttributeAttributeTests.cs: Same. * XmlEnumAttributeTests.cs: Same. * SoapAttributeAttributeTests.cs: Same. * SoapEnumAttributeTests.cs: Same. * SoapSchemaMemberTests.cs: Same. * XmlArrayAttributeTests.cs: Same. * XmlSerializerTestClasses.cs: Same. * XmlSchemaImporterTests.cs: Set eol-style to native. 2006-02-11 Gert Driesen * XmlReflectionImporterTests.cs: Added test for IDictionary import. Set eol style to CRLF. * SoapReflectionImporterTests.cs: Added test for IDictionary import. 2006-02-11 Gert Driesen * XmlSerializerTestClasses.cs: Fixed line endings (sigh). 2006-02-10 Gert Driesen * DeserializeTests.cs: Added tests for deserialization of enums, and primitive types container. * XmlSerializerTests.cs: Numbered some tests. 2006-02-09 Gert Driesen * XmlSerializerTests.cs: Fixed build after failed merge. 2006-02-09 Gert Driesen * XmlSerializerTests.cs: Added test for bug #77501. Added tests for XML and encoded serialization of enums. 2006-02-09 Gert Driesen * XmlSerializationWriterTests.cs: Added Reset overload that takes Formatting. Added XmlNode[] tests for bug #77512, enabled tests for bug #77512. 2006-02-09 Gert Driesen * SoapReflectionImporterTests.cs: Marked test NotDotNet. 2006-02-09 Lluis Sanchez Gual * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test for bug #77447. 2006-02-09 Gert Driesen * XmlSerializerTests.cs: Added constants for usage in new tests. Added methods for encoded serialization. Fixed line endings. 2006-02-09 Gert Driesen * XmlSerializerTestClasses.cs: Added test classes. 2006-02-09 Gert Driesen * XmlSerializationWriterTests.cs: Use Assert instead of deprecated Assertion class. Added tests for FromEnum, WriteXsiType, WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed accessibility of Reset and Content on XmlSerializationWriterTester and added public Execute methods for WritePotentiallyReferencingElement and WriteTypedPrimitive, to allow this class to be useful for tests that have effect on the prefix for other tests. * XmlSerializationReaderTests.cs: Added tests for ToEnum. 2006-02-08 Gert Driesen * XmlTypeAttributeTests.cs: Set eol-style to native. 2006-02-06 Gert Driesen * DeserializeTests.cs: Use Assert instead of deprecated Assertion. Renumbered tests. Fixed line endings. 2006-02-05 Gert Driesen * XmlSerializerTests.cs: No longer derive from Assertion, fixed some tests that were catching NUnit's AssertionException too. 2006-02-04 Gert Driesen * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono due to bug #77117 to pass on Mono (until that bug is fixed) and mark these tests NotDotNet. 2006-01-23 Gert Driesen * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes have landed in svn. * SoapReflectionImporterTests.cs: Added numerous tests. * XmlSchemaImporterTests.cs: Added numerous tests. * XmlSchemaExporterTests.cs: Added numerous tests. * SoapSchemaExporterTests.cs: Added numerous tests. * XmlSerializerTestClasses.cs: Added test classes for XmlSchemaExporter. Fixed line endings (to CRLF). 2006-01-07 Gert Driesen * XmlReflectionImporterTests.cs: Added numerous tests. No longer derive from Assertion. 2005-12-29 Gert Driesen * XmlSchemaExporterTests.cs: Added tests for exporting structs, and arrays. Added tests for bug #77117. Refactored some existing tests. 2005-12-28 Gert Driesen * XmlSerializerTests.cs: Added serialization test for XmlSchema. * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable and primitives. 2005-12-27 Gert Driesen * XmlSerializerTests.cs: Number individual tests. 2005-12-27 Gert Driesen * XmlAttributesTests.cs: No longer derive from Assertion, number individual tests. 2005-12-05 Lluis Sanchez Gual * XmlSerializerTestClasses.cs: * DeserializeTests.cs: Added tests for bug #76808 and related behavior. 2005-12-01 Lluis Sanchez Gual * XmlSerializerTestClasses.cs: * XmlSerializerTests.cs: Added tests for bug #76860. 2005-11-24 Vladimir Krasnov * XmlSerializerTestClasses.cs: added two enum types, without 0-value * XmlSerializerTests.cs: added tests for serialization enum's default value 2005-09-26 Lluis Sanchez Gual * XmlSerializerTests.cs, DeserializeTests.cs, XmlSerializerTestClasses.cs: Added tests for serialization of arrays of choice values. 2005-09-21 Lluis Sanchez Gual * XmlSerializerTests.cs, Added test for bug #76049. 2005-09-21 Lluis Sanchez Gual * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test for bug #75986. 2005-08-24 Lluis Sanchez Gual * XmlSerializerTests.cs: Added test for bug #75855. * DeserializeTests.cs: New test. * XmlSerializerTestClasses.cs: New test classes. 2005-07-31 Gert Driesen * ComplexDataStructure.cs: Fixed test due to change in default value of XmlArrayItemAttribute.IsNullable. * SoapAttributeAttributeTests.cs: Added tests for default values. * SoapElementAttributeTests.cs: Added tests for default values. * SoapEnumAttributeTests.cs: Added tests for default values. * SoapIncludeAttributeTests.cs: Added tests for default values. * SoapSchemaMemberTests.cs: Added tests for default values. * SoapTypeAttributeTests.cs: Added tests for default values. * XmlAnyElementAttributeTests.cs: Added tests for default values. * XmlArrayAttributeTests.cs: Added tests for default values. * XmlArrayItemAttributeTests.cs: Added tests for default values. * XmlAttributeAttributeTests.cs: Added tests for default values. * XmlChoiceIdentifierAttributeTests.cs: Added tests for default values. * XmlElementAttributeTests.cs: Added tests for default values. * XmlEnumAttributeTests.cs: Added tests for default values. * XmlIncludeAttributeTests.cs: Added tests for default values. * XmlRootAttributeTests.cs: Added tests for default values. * XmlTextAttributeTests.cs: Added tests for default values. * XmlTypeAttributeTests.cs: Added tests for default values. 2005-06-17 Raja R Harinath * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding errors while printing timezone offset (off.TotalHours == 5.5 gets printed as 6). Fix sign of timezone. 2005-04-26 Lluis Sanchez Gual * XmlSerializerTests.cs: * DeserializeTests.cs: * XmlSerializerTestClasses.cs: Added tests for readonly properties and elements with spaces on them. 2005-03-30 Lluis Sanchez Gual * XmlSerializerTests.cs: * XmlReflectionImporterTests.cs: * DeserializeTests.cs: * XmlSerializerTestClasses.cs: Added tests for serialization of choices. 2005-03-29 Lluis Sanchez Gual * XmlSerializerTests.cs: * DeserializeTests.cs: * XmlSerializerTestClasses.cs: Added some tests for xml node serialization. 2005-02-28 Atsushi Enomoto * XmlReflectionImporterTests.cs : set NotWorking for trivial empty string comparison. 2005-02-10 Nick Drochak * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there. 2005-02-07 Lluis Sanchez Gual * DeserializeTests.cs: Added test case for bug #72265. 2005-01-30 Nick Drochak * ComplexDataStructure.cs: * DeserializationTests.cs: Ignore failures on .NET 2004-09-02 Lluis Sanchez Gual * XmlSerializerTestClasses.cs: Added some test classes. * DeserializeTests.cs: Added tests for bug #61464. 2004-03-24 Lluis Sanchez Gual * XmlSerializerTests.cs: Added some identifiers for AssertEquals. Minor fixes in Infoset method. * ComplexDataStructure.cs: New set of tests for testing complex object serialization. 2004-03-13 David Sheldon * XmlReflectionImporterTests.cs: Switched the AssertEquals around the other way, so that the expecteed value was the first parameter. This makes the error messages you get out of it better. 2004-03-12 Lluis Sanchez Gual * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509). * XmlAttributesTests.cs, XmlReflectionImporterTests.cs, XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Simplified namespace hierarchy. * XmlSerializerTestClasses.cs: Added more test classes. 2003-12-18 Lluis Sanchez Gual * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares independent from the text format. 2003-05-20 Atsushi Enomoto * added DeserializeTests.cs and XmlAttributesTest.cs 2003-05-18 Atsushi Enomoto * XmlSerializerTests.cs : fixed some AssertEquals() argument orders. and replaced some Assert() with AssertEquals(). Applied USE_VERSION_1_1 to TestConstructor(). 2003-05-16 Dick Porter * XmlSerializerTests.cs: Test what happens when nulls are passed to the constructor 2003-05-16 Atsushi Enomoto * XmlSerializerTests.cs : fixed some argument orders and fixed timezone dependent part of TestSerializeDateTime(). 2003-05-13 Martin Willemoes Hansen * Tests inherits from Assertion and Assertion. prefixes removed 2003-05-10 Atsushi Enomoto * added XmlSerializationWriterTests.cs. (by Erik) 2003-04-25 Atsushi Enomoto * added XmlReflectionImporterTests.cs. (by Erik) 2003-04-12 Atsushi Enomoto * added this file as a new entry. See ../ChangeLog to find former ChangeLog entries. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs (by Erik Lebel)