ChangeLog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  2. * XmlSerializerTestClasses.cs: Added some test classes.
  3. * DeserializeTests.cs: Added tests for bug #61464.
  4. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  5. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  6. Minor fixes in Infoset method.
  7. * ComplexDataStructure.cs: New set of tests for testing complex object
  8. serialization.
  9. 2004-03-13 David Sheldon <[email protected]>
  10. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  11. the other way, so that the expecteed value was the first parameter.
  12. This makes the error messages you get out of it better.
  13. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  14. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  15. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  16. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  17. Simplified namespace hierarchy.
  18. * XmlSerializerTestClasses.cs: Added more test classes.
  19. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  20. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  21. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  22. independent from the text format.
  23. 2003-05-20 Atsushi Enomoto <[email protected]>
  24. * added DeserializeTests.cs and XmlAttributesTest.cs
  25. 2003-05-18 Atsushi Enomoto <[email protected]>
  26. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  27. and replaced some Assert() with AssertEquals().
  28. Applied USE_VERSION_1_1 to TestConstructor().
  29. 2003-05-16 Dick Porter <[email protected]>
  30. * XmlSerializerTests.cs: Test what happens when nulls are passed
  31. to the constructor
  32. 2003-05-16 Atsushi Enomoto <[email protected]>
  33. * XmlSerializerTests.cs : fixed some argument orders and fixed
  34. timezone dependent part of TestSerializeDateTime().
  35. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  36. * Tests inherits from Assertion and Assertion. prefixes removed
  37. 2003-05-10 Atsushi Enomoto <[email protected]>
  38. * added XmlSerializationWriterTests.cs. (by Erik)
  39. 2003-04-25 Atsushi Enomoto <[email protected]>
  40. * added XmlReflectionImporterTests.cs. (by Erik)
  41. 2003-04-12 Atsushi Enomoto <[email protected]>
  42. * added this file as a new entry.
  43. See ../ChangeLog to find former ChangeLog entries.
  44. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  45. (by Erik Lebel)