| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395 |
- 2006-05-15 Gert Driesen <[email protected]>
- * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
- XmlRootAttribute in tests.
- 2006-04-26 Gert Driesen <[email protected]>
- * SoapSchemaExporterTests.cs: Sync expected results with changes to
- test classes.
- * XmlCodeExporterTests.cs: Same.
- 2006-04-26 Gert Driesen <[email protected]>
- * DeserializeTests.cs: Improved TestDeserialize_Enum test for
- bug #78204.
- 2006-04-26 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
- #78145.
- 2006-04-21 Gert Driesen <[email protected]>
- * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
- * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
- on MS.NET 2.0.
- 2006-04-20 Gert Driesen <[email protected]>
- * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
- marked NotWorking).
- 2006-03-25 Gert Driesen <[email protected]>
- * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
- 2006-03-25 Gert Driesen <[email protected]>
- * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
- for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
- tests.
- 2006-03-22 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
- .
- 2006-03-10 Gert Driesen <[email protected]>
- * DeserializeTests.cs: Enabled tests for bug #77530.
- * XmlSerializerTests.cs: Enabled tests for bug #77530.
- 2006-03-07 Lluis Sanchez Gual <[email protected]>
- * System.Xml.Serialization/XmlSerializerTestClasses.cs:
- * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
- for XmlSchemaForm.
- 2006-02-16 Gert Driesen <[email protected]>
- * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
- * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
- 2006-02-16 Lluis Sanchez Gual <[email protected]>
- * XmlSchemaImporterTests.cs: Added test for bug #76848.
- 2006-02-11 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * XmlReflectionImporterTests.cs: Added test for IDictionary import.
- Set eol style to CRLF.
- * SoapReflectionImporterTests.cs: Added test for IDictionary import.
- 2006-02-11 Gert Driesen <[email protected]>
- * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
- 2006-02-10 Gert Driesen <[email protected]>
- * DeserializeTests.cs: Added tests for deserialization of enums, and
- primitive types container.
- * XmlSerializerTests.cs: Numbered some tests.
- 2006-02-09 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: Fixed build after failed merge.
- 2006-02-09 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
- XML and encoded serialization of enums.
- 2006-02-09 Gert Driesen <[email protected]>
- * XmlSerializationWriterTests.cs: Added Reset overload that takes
- Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
- bug #77512.
- 2006-02-09 Gert Driesen <[email protected]>
-
- * SoapReflectionImporterTests.cs: Marked test NotDotNet.
- 2006-02-09 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
- for bug #77447.
- 2006-02-09 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: Added constants for usage in new tests.
- Added methods for encoded serialization. Fixed line endings.
- 2006-02-09 Gert Driesen <[email protected]>
- * XmlSerializerTestClasses.cs: Added test classes.
- 2006-02-09 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * XmlTypeAttributeTests.cs: Set eol-style to native.
- 2006-02-06 Gert Driesen <[email protected]>
- * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
- Renumbered tests. Fixed line endings.
- 2006-02-05 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
- tests that were catching NUnit's AssertionException too.
- 2006-02-04 Gert Driesen <[email protected]>
-
- * 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 <[email protected]>
- * 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 <[email protected]>
- * XmlReflectionImporterTests.cs: Added numerous tests. No longer
- derive from Assertion.
- 2005-12-29 Gert Driesen <[email protected]>
- * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
- arrays. Added tests for bug #77117. Refactored some existing tests.
- 2005-12-28 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: Added serialization test for XmlSchema.
- * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
- and primitives.
- 2005-12-27 Gert Driesen <[email protected]>
- * XmlSerializerTests.cs: Number individual tests.
- 2005-12-27 Gert Driesen <[email protected]>
- * XmlAttributesTests.cs: No longer derive from Assertion, number
- individual tests.
- 2005-12-05 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTestClasses.cs:
- * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
- 2005-12-01 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTestClasses.cs:
- * XmlSerializerTests.cs: Added tests for bug #76860.
- 2005-11-24 Vladimir Krasnov <[email protected]>
- * 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 <[email protected]>
- * XmlSerializerTests.cs, DeserializeTests.cs,
- XmlSerializerTestClasses.cs: Added tests for serialization of
- arrays of choice values.
- 2005-09-21 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs, Added test for bug #76049.
- 2005-09-21 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
- for bug #75986.
- 2005-08-24 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs: Added test for bug #75855.
- * DeserializeTests.cs: New test.
- * XmlSerializerTestClasses.cs: New test classes.
- 2005-07-31 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * XmlSerializerTests.cs:
- * DeserializeTests.cs:
- * XmlSerializerTestClasses.cs: Added tests for readonly properties and
- elements with spaces on them.
- 2005-03-30 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs:
- * XmlReflectionImporterTests.cs:
- * DeserializeTests.cs:
- * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
- 2005-03-29 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTests.cs:
- * DeserializeTests.cs:
- * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
- 2005-02-28 Atsushi Enomoto <[email protected]>
- * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
- string comparison.
- 2005-02-10 Nick Drochak <[email protected]>
- * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
- 2005-02-07 Lluis Sanchez Gual <[email protected]>
- * DeserializeTests.cs: Added test case for bug #72265.
- 2005-01-30 Nick Drochak <[email protected]>
- * ComplexDataStructure.cs:
- * DeserializationTests.cs: Ignore failures on .NET
- 2004-09-02 Lluis Sanchez Gual <[email protected]>
- * XmlSerializerTestClasses.cs: Added some test classes.
- * DeserializeTests.cs: Added tests for bug #61464.
- 2004-03-24 Lluis Sanchez Gual <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
- * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
- independent from the text format.
- 2003-05-20 Atsushi Enomoto <[email protected]>
- * added DeserializeTests.cs and XmlAttributesTest.cs
- 2003-05-18 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * XmlSerializerTests.cs: Test what happens when nulls are passed
- to the constructor
- 2003-05-16 Atsushi Enomoto <[email protected]>
- * XmlSerializerTests.cs : fixed some argument orders and fixed
- timezone dependent part of TestSerializeDateTime().
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * Tests inherits from Assertion and Assertion. prefixes removed
- 2003-05-10 Atsushi Enomoto <[email protected]>
- * added XmlSerializationWriterTests.cs. (by Erik)
- 2003-04-25 Atsushi Enomoto <[email protected]>
- * added XmlReflectionImporterTests.cs. (by Erik)
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find former ChangeLog entries.
- * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
- (by Erik Lebel)
|