ChangeLog 1.4 KB

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