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