ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2003-05-20 Atsushi Enomoto <[email protected]>
  2. * added DeserializeTests.cs and XmlAttributesTest.cs
  3. 2003-05-18 Atsushi Enomoto <[email protected]>
  4. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  5. and replaced some Assert() with AssertEquals().
  6. Applied USE_VERSION_1_1 to TestConstructor().
  7. 2003-05-16 Dick Porter <[email protected]>
  8. * XmlSerializerTests.cs: Test what happens when nulls are passed
  9. to the constructor
  10. 2003-05-16 Atsushi Enomoto <[email protected]>
  11. * XmlSerializerTests.cs : fixed some argument orders and fixed
  12. timezone dependent part of TestSerializeDateTime().
  13. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  14. * Tests inherits from Assertion and Assertion. prefixes removed
  15. 2003-05-10 Atsushi Enomoto <[email protected]>
  16. * added XmlSerializationWriterTests.cs. (by Erik)
  17. 2003-04-25 Atsushi Enomoto <[email protected]>
  18. * added XmlReflectionImporterTests.cs. (by Erik)
  19. 2003-04-12 Atsushi Enomoto <[email protected]>
  20. * added this file as a new entry.
  21. See ../ChangeLog to find former ChangeLog entries.
  22. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  23. (by Erik Lebel)