ChangeLog 9.5 KB

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