ChangeLog 2.2 KB

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