| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 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)
|