ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 2005-04-26 Lluis Sanchez Gual <[email protected]>
  2. * XmlSerializerTests.cs:
  3. * DeserializeTests.cs:
  4. * XmlSerializerTestClasses.cs: Added tests for readonly properties and
  5. elements with spaces on them.
  6. 2005-03-30 Lluis Sanchez Gual <[email protected]>
  7. * XmlSerializerTests.cs:
  8. * XmlReflectionImporterTests.cs:
  9. * DeserializeTests.cs:
  10. * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
  11. 2005-03-29 Lluis Sanchez Gual <[email protected]>
  12. * XmlSerializerTests.cs:
  13. * DeserializeTests.cs:
  14. * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
  15. 2005-02-28 Atsushi Enomoto <[email protected]>
  16. * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
  17. string comparison.
  18. 2005-02-10 Nick Drochak <[email protected]>
  19. * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
  20. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  21. * DeserializeTests.cs: Added test case for bug #72265.
  22. 2005-01-30 Nick Drochak <[email protected]>
  23. * ComplexDataStructure.cs:
  24. * DeserializationTests.cs: Ignore failures on .NET
  25. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  26. * XmlSerializerTestClasses.cs: Added some test classes.
  27. * DeserializeTests.cs: Added tests for bug #61464.
  28. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  29. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  30. Minor fixes in Infoset method.
  31. * ComplexDataStructure.cs: New set of tests for testing complex object
  32. serialization.
  33. 2004-03-13 David Sheldon <[email protected]>
  34. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  35. the other way, so that the expecteed value was the first parameter.
  36. This makes the error messages you get out of it better.
  37. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  38. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  39. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  40. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  41. Simplified namespace hierarchy.
  42. * XmlSerializerTestClasses.cs: Added more test classes.
  43. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  44. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  45. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  46. independent from the text format.
  47. 2003-05-20 Atsushi Enomoto <[email protected]>
  48. * added DeserializeTests.cs and XmlAttributesTest.cs
  49. 2003-05-18 Atsushi Enomoto <[email protected]>
  50. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  51. and replaced some Assert() with AssertEquals().
  52. Applied USE_VERSION_1_1 to TestConstructor().
  53. 2003-05-16 Dick Porter <[email protected]>
  54. * XmlSerializerTests.cs: Test what happens when nulls are passed
  55. to the constructor
  56. 2003-05-16 Atsushi Enomoto <[email protected]>
  57. * XmlSerializerTests.cs : fixed some argument orders and fixed
  58. timezone dependent part of TestSerializeDateTime().
  59. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  60. * Tests inherits from Assertion and Assertion. prefixes removed
  61. 2003-05-10 Atsushi Enomoto <[email protected]>
  62. * added XmlSerializationWriterTests.cs. (by Erik)
  63. 2003-04-25 Atsushi Enomoto <[email protected]>
  64. * added XmlReflectionImporterTests.cs. (by Erik)
  65. 2003-04-12 Atsushi Enomoto <[email protected]>
  66. * added this file as a new entry.
  67. See ../ChangeLog to find former ChangeLog entries.
  68. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  69. (by Erik Lebel)