ChangeLog 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. 2006-02-10 Gert Driesen <[email protected]>
  2. * DeserializeTests.cs: Added tests for deserialization of enums, and
  3. primitive types container.
  4. * XmlSerializerTests.cs: Numbered some tests.
  5. 2006-02-09 Gert Driesen <[email protected]>
  6. * XmlSerializerTests.cs: Fixed build after failed merge.
  7. 2006-02-09 Gert Driesen <[email protected]>
  8. * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
  9. XML and encoded serialization of enums.
  10. 2006-02-09 Gert Driesen <[email protected]>
  11. * XmlSerializationWriterTests.cs: Added Reset overload that takes
  12. Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
  13. bug #77512.
  14. 2006-02-09 Gert Driesen <[email protected]>
  15. * SoapReflectionImporterTests.cs: Marked test NotDotNet.
  16. 2006-02-09 Lluis Sanchez Gual <[email protected]>
  17. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  18. for bug #77447.
  19. 2006-02-09 Gert Driesen <[email protected]>
  20. * XmlSerializerTests.cs: Added constants for usage in new tests.
  21. Added methods for encoded serialization. Fixed line endings.
  22. 2006-02-09 Gert Driesen <[email protected]>
  23. * XmlSerializerTestClasses.cs: Added test classes.
  24. 2006-02-09 Gert Driesen <[email protected]>
  25. * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
  26. Assertion class. Added tests for FromEnum, WriteXsiType,
  27. WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
  28. accessibility of Reset and Content on XmlSerializationWriterTester
  29. and added public Execute methods for WritePotentiallyReferencingElement
  30. and WriteTypedPrimitive, to allow this class to be useful for tests
  31. that have effect on the prefix for other tests.
  32. * XmlSerializationReaderTests.cs: Added tests for ToEnum.
  33. 2006-02-08 Gert Driesen <[email protected]>
  34. * XmlTypeAttributeTests.cs: Set eol-style to native.
  35. 2006-02-06 Gert Driesen <[email protected]>
  36. * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
  37. Renumbered tests. Fixed line endings.
  38. 2006-02-05 Gert Driesen <[email protected]>
  39. * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
  40. tests that were catching NUnit's AssertionException too.
  41. 2006-02-04 Gert Driesen <[email protected]>
  42. * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
  43. due to bug #77117 to pass on Mono (until that bug is fixed) and
  44. mark these tests NotDotNet.
  45. 2006-01-23 Gert Driesen <[email protected]>
  46. * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
  47. have landed in svn.
  48. * SoapReflectionImporterTests.cs: Added numerous tests.
  49. * XmlSchemaImporterTests.cs: Added numerous tests.
  50. * XmlSchemaExporterTests.cs: Added numerous tests.
  51. * SoapSchemaExporterTests.cs: Added numerous tests.
  52. * XmlSerializerTestClasses.cs: Added test classes for
  53. XmlSchemaExporter. Fixed line endings (to CRLF).
  54. 2006-01-07 Gert Driesen <[email protected]>
  55. * XmlReflectionImporterTests.cs: Added numerous tests. No longer
  56. derive from Assertion.
  57. 2005-12-29 Gert Driesen <[email protected]>
  58. * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
  59. arrays. Added tests for bug #77117. Refactored some existing tests.
  60. 2005-12-28 Gert Driesen <[email protected]>
  61. * XmlSerializerTests.cs: Added serialization test for XmlSchema.
  62. * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
  63. and primitives.
  64. 2005-12-27 Gert Driesen <[email protected]>
  65. * XmlSerializerTests.cs: Number individual tests.
  66. 2005-12-27 Gert Driesen <[email protected]>
  67. * XmlAttributesTests.cs: No longer derive from Assertion, number
  68. individual tests.
  69. 2005-12-05 Lluis Sanchez Gual <[email protected]>
  70. * XmlSerializerTestClasses.cs:
  71. * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
  72. 2005-12-01 Lluis Sanchez Gual <[email protected]>
  73. * XmlSerializerTestClasses.cs:
  74. * XmlSerializerTests.cs: Added tests for bug #76860.
  75. 2005-11-24 Vladimir Krasnov <[email protected]>
  76. * XmlSerializerTestClasses.cs: added two enum types, without
  77. 0-value
  78. * XmlSerializerTests.cs: added tests for serialization enum's
  79. default value
  80. 2005-09-26 Lluis Sanchez Gual <[email protected]>
  81. * XmlSerializerTests.cs, DeserializeTests.cs,
  82. XmlSerializerTestClasses.cs: Added tests for serialization of
  83. arrays of choice values.
  84. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  85. * XmlSerializerTests.cs, Added test for bug #76049.
  86. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  87. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  88. for bug #75986.
  89. 2005-08-24 Lluis Sanchez Gual <[email protected]>
  90. * XmlSerializerTests.cs: Added test for bug #75855.
  91. * DeserializeTests.cs: New test.
  92. * XmlSerializerTestClasses.cs: New test classes.
  93. 2005-07-31 Gert Driesen <[email protected]>
  94. * ComplexDataStructure.cs: Fixed test due to change in default value
  95. of XmlArrayItemAttribute.IsNullable.
  96. * SoapAttributeAttributeTests.cs: Added tests for default values.
  97. * SoapElementAttributeTests.cs: Added tests for default values.
  98. * SoapEnumAttributeTests.cs: Added tests for default values.
  99. * SoapIncludeAttributeTests.cs: Added tests for default values.
  100. * SoapSchemaMemberTests.cs: Added tests for default values.
  101. * SoapTypeAttributeTests.cs: Added tests for default values.
  102. * XmlAnyElementAttributeTests.cs: Added tests for default values.
  103. * XmlArrayAttributeTests.cs: Added tests for default values.
  104. * XmlArrayItemAttributeTests.cs: Added tests for default values.
  105. * XmlAttributeAttributeTests.cs: Added tests for default values.
  106. * XmlChoiceIdentifierAttributeTests.cs: Added tests for default
  107. values.
  108. * XmlElementAttributeTests.cs: Added tests for default values.
  109. * XmlEnumAttributeTests.cs: Added tests for default values.
  110. * XmlIncludeAttributeTests.cs: Added tests for default values.
  111. * XmlRootAttributeTests.cs: Added tests for default values.
  112. * XmlTextAttributeTests.cs: Added tests for default values.
  113. * XmlTypeAttributeTests.cs: Added tests for default values.
  114. 2005-06-17 Raja R Harinath <[email protected]>
  115. * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
  116. errors while printing timezone offset (off.TotalHours == 5.5 gets
  117. printed as 6). Fix sign of timezone.
  118. 2005-04-26 Lluis Sanchez Gual <[email protected]>
  119. * XmlSerializerTests.cs:
  120. * DeserializeTests.cs:
  121. * XmlSerializerTestClasses.cs: Added tests for readonly properties and
  122. elements with spaces on them.
  123. 2005-03-30 Lluis Sanchez Gual <[email protected]>
  124. * XmlSerializerTests.cs:
  125. * XmlReflectionImporterTests.cs:
  126. * DeserializeTests.cs:
  127. * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
  128. 2005-03-29 Lluis Sanchez Gual <[email protected]>
  129. * XmlSerializerTests.cs:
  130. * DeserializeTests.cs:
  131. * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
  132. 2005-02-28 Atsushi Enomoto <[email protected]>
  133. * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
  134. string comparison.
  135. 2005-02-10 Nick Drochak <[email protected]>
  136. * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
  137. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  138. * DeserializeTests.cs: Added test case for bug #72265.
  139. 2005-01-30 Nick Drochak <[email protected]>
  140. * ComplexDataStructure.cs:
  141. * DeserializationTests.cs: Ignore failures on .NET
  142. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  143. * XmlSerializerTestClasses.cs: Added some test classes.
  144. * DeserializeTests.cs: Added tests for bug #61464.
  145. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  146. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  147. Minor fixes in Infoset method.
  148. * ComplexDataStructure.cs: New set of tests for testing complex object
  149. serialization.
  150. 2004-03-13 David Sheldon <[email protected]>
  151. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  152. the other way, so that the expecteed value was the first parameter.
  153. This makes the error messages you get out of it better.
  154. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  155. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  156. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  157. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  158. Simplified namespace hierarchy.
  159. * XmlSerializerTestClasses.cs: Added more test classes.
  160. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  161. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  162. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  163. independent from the text format.
  164. 2003-05-20 Atsushi Enomoto <[email protected]>
  165. * added DeserializeTests.cs and XmlAttributesTest.cs
  166. 2003-05-18 Atsushi Enomoto <[email protected]>
  167. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  168. and replaced some Assert() with AssertEquals().
  169. Applied USE_VERSION_1_1 to TestConstructor().
  170. 2003-05-16 Dick Porter <[email protected]>
  171. * XmlSerializerTests.cs: Test what happens when nulls are passed
  172. to the constructor
  173. 2003-05-16 Atsushi Enomoto <[email protected]>
  174. * XmlSerializerTests.cs : fixed some argument orders and fixed
  175. timezone dependent part of TestSerializeDateTime().
  176. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  177. * Tests inherits from Assertion and Assertion. prefixes removed
  178. 2003-05-10 Atsushi Enomoto <[email protected]>
  179. * added XmlSerializationWriterTests.cs. (by Erik)
  180. 2003-04-25 Atsushi Enomoto <[email protected]>
  181. * added XmlReflectionImporterTests.cs. (by Erik)
  182. 2003-04-12 Atsushi Enomoto <[email protected]>
  183. * added this file as a new entry.
  184. See ../ChangeLog to find former ChangeLog entries.
  185. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  186. (by Erik Lebel)