ChangeLog 1.7 KB

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