ChangeLog 3.0 KB

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