ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. 2006-05-15 Gert Driesen <[email protected]>
  2. * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
  3. XmlRootAttribute in tests.
  4. 2006-04-26 Gert Driesen <[email protected]>
  5. * SoapSchemaExporterTests.cs: Sync expected results with changes to
  6. test classes.
  7. * XmlCodeExporterTests.cs: Same.
  8. 2006-04-26 Gert Driesen <[email protected]>
  9. * DeserializeTests.cs: Improved TestDeserialize_Enum test for
  10. bug #78204.
  11. 2006-04-26 Gert Driesen <[email protected]>
  12. * SoapAttributesTests.cs: Added tests for bug #78205.
  13. * XmlSerializerTestClasses.cs: Added test classes and improved existing
  14. classes for usage in upcoming bug reports.
  15. 2006-04-24 Gert Driesen <[email protected]>
  16. * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
  17. #78145.
  18. 2006-04-21 Gert Driesen <[email protected]>
  19. * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
  20. * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
  21. on MS.NET 2.0.
  22. 2006-04-20 Gert Driesen <[email protected]>
  23. * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
  24. marked NotWorking).
  25. 2006-03-25 Gert Driesen <[email protected]>
  26. * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
  27. 2006-03-25 Gert Driesen <[email protected]>
  28. * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
  29. for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
  30. tests.
  31. 2006-03-22 Gert Driesen <[email protected]>
  32. * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for
  33. void and null type argument. Improved WrongChoices test to make sure
  34. the exception(s) we throw match those of MSFT. Added test for bug
  35. #77591.
  36. 2006-03-10 Gert Driesen <[email protected]>
  37. * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
  38. .
  39. 2006-03-10 Gert Driesen <[email protected]>
  40. * DeserializeTests.cs: Enabled tests for bug #77530.
  41. * XmlSerializerTests.cs: Enabled tests for bug #77530.
  42. 2006-03-07 Lluis Sanchez Gual <[email protected]>
  43. * System.Xml.Serialization/XmlSerializerTestClasses.cs:
  44. * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
  45. for XmlSchemaForm.
  46. 2006-02-16 Gert Driesen <[email protected]>
  47. * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
  48. * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
  49. 2006-02-16 Lluis Sanchez Gual <[email protected]>
  50. * XmlSchemaImporterTests.cs: Added test for bug #76848.
  51. 2006-02-11 Gert Driesen <[email protected]>
  52. * XmlRootAttributeTests.cs: Set eol-style to CRLF.
  53. * SoapTypeAttributeTests.cs: Same.
  54. * XmlIncludeAttributeTests.cs: Same.
  55. * XmlTextAttributeTests.cs: Same.
  56. * XmlSerializerTests.cs: Same.
  57. * SoapIncludeAttributeTests.cs: Same.
  58. * XmlSerializationWriterTests.cs: Same.
  59. * XmlElementAttributeTests.cs: Same.
  60. * ComplexDataStructure.cs: Same.
  61. * DeserializerTests.cs: Same.
  62. * SoapElementAttributeTests.cs: Same.
  63. * XmlChoiceIdentifierAttributeTests.cs: Same.
  64. * XmlArrayItemAttributeTests.cs: Same.
  65. * XmlAnyElementAttributeTests.cs: Same.
  66. * XmlAttributesTests.cs: Same.
  67. * XmlAttributeAttributeTests.cs: Same.
  68. * XmlEnumAttributeTests.cs: Same.
  69. * SoapAttributeAttributeTests.cs: Same.
  70. * SoapEnumAttributeTests.cs: Same.
  71. * SoapSchemaMemberTests.cs: Same.
  72. * XmlArrayAttributeTests.cs: Same.
  73. * XmlSerializerTestClasses.cs: Same.
  74. * XmlSchemaImporterTests.cs: Set eol-style to native.
  75. 2006-02-11 Gert Driesen <[email protected]>
  76. * XmlReflectionImporterTests.cs: Added test for IDictionary import.
  77. Set eol style to CRLF.
  78. * SoapReflectionImporterTests.cs: Added test for IDictionary import.
  79. 2006-02-11 Gert Driesen <[email protected]>
  80. * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
  81. 2006-02-10 Gert Driesen <[email protected]>
  82. * DeserializeTests.cs: Added tests for deserialization of enums, and
  83. primitive types container.
  84. * XmlSerializerTests.cs: Numbered some tests.
  85. 2006-02-09 Gert Driesen <[email protected]>
  86. * XmlSerializerTests.cs: Fixed build after failed merge.
  87. 2006-02-09 Gert Driesen <[email protected]>
  88. * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
  89. XML and encoded serialization of enums.
  90. 2006-02-09 Gert Driesen <[email protected]>
  91. * XmlSerializationWriterTests.cs: Added Reset overload that takes
  92. Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
  93. bug #77512.
  94. 2006-02-09 Gert Driesen <[email protected]>
  95. * SoapReflectionImporterTests.cs: Marked test NotDotNet.
  96. 2006-02-09 Lluis Sanchez Gual <[email protected]>
  97. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  98. for bug #77447.
  99. 2006-02-09 Gert Driesen <[email protected]>
  100. * XmlSerializerTests.cs: Added constants for usage in new tests.
  101. Added methods for encoded serialization. Fixed line endings.
  102. 2006-02-09 Gert Driesen <[email protected]>
  103. * XmlSerializerTestClasses.cs: Added test classes.
  104. 2006-02-09 Gert Driesen <[email protected]>
  105. * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
  106. Assertion class. Added tests for FromEnum, WriteXsiType,
  107. WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
  108. accessibility of Reset and Content on XmlSerializationWriterTester
  109. and added public Execute methods for WritePotentiallyReferencingElement
  110. and WriteTypedPrimitive, to allow this class to be useful for tests
  111. that have effect on the prefix for other tests.
  112. * XmlSerializationReaderTests.cs: Added tests for ToEnum.
  113. 2006-02-08 Gert Driesen <[email protected]>
  114. * XmlTypeAttributeTests.cs: Set eol-style to native.
  115. 2006-02-06 Gert Driesen <[email protected]>
  116. * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
  117. Renumbered tests. Fixed line endings.
  118. 2006-02-05 Gert Driesen <[email protected]>
  119. * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
  120. tests that were catching NUnit's AssertionException too.
  121. 2006-02-04 Gert Driesen <[email protected]>
  122. * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
  123. due to bug #77117 to pass on Mono (until that bug is fixed) and
  124. mark these tests NotDotNet.
  125. 2006-01-23 Gert Driesen <[email protected]>
  126. * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
  127. have landed in svn.
  128. * SoapReflectionImporterTests.cs: Added numerous tests.
  129. * XmlSchemaImporterTests.cs: Added numerous tests.
  130. * XmlSchemaExporterTests.cs: Added numerous tests.
  131. * SoapSchemaExporterTests.cs: Added numerous tests.
  132. * XmlSerializerTestClasses.cs: Added test classes for
  133. XmlSchemaExporter. Fixed line endings (to CRLF).
  134. 2006-01-07 Gert Driesen <[email protected]>
  135. * XmlReflectionImporterTests.cs: Added numerous tests. No longer
  136. derive from Assertion.
  137. 2005-12-29 Gert Driesen <[email protected]>
  138. * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
  139. arrays. Added tests for bug #77117. Refactored some existing tests.
  140. 2005-12-28 Gert Driesen <[email protected]>
  141. * XmlSerializerTests.cs: Added serialization test for XmlSchema.
  142. * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
  143. and primitives.
  144. 2005-12-27 Gert Driesen <[email protected]>
  145. * XmlSerializerTests.cs: Number individual tests.
  146. 2005-12-27 Gert Driesen <[email protected]>
  147. * XmlAttributesTests.cs: No longer derive from Assertion, number
  148. individual tests.
  149. 2005-12-05 Lluis Sanchez Gual <[email protected]>
  150. * XmlSerializerTestClasses.cs:
  151. * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
  152. 2005-12-01 Lluis Sanchez Gual <[email protected]>
  153. * XmlSerializerTestClasses.cs:
  154. * XmlSerializerTests.cs: Added tests for bug #76860.
  155. 2005-11-24 Vladimir Krasnov <[email protected]>
  156. * XmlSerializerTestClasses.cs: added two enum types, without
  157. 0-value
  158. * XmlSerializerTests.cs: added tests for serialization enum's
  159. default value
  160. 2005-09-26 Lluis Sanchez Gual <[email protected]>
  161. * XmlSerializerTests.cs, DeserializeTests.cs,
  162. XmlSerializerTestClasses.cs: Added tests for serialization of
  163. arrays of choice values.
  164. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  165. * XmlSerializerTests.cs, Added test for bug #76049.
  166. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  167. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  168. for bug #75986.
  169. 2005-08-24 Lluis Sanchez Gual <[email protected]>
  170. * XmlSerializerTests.cs: Added test for bug #75855.
  171. * DeserializeTests.cs: New test.
  172. * XmlSerializerTestClasses.cs: New test classes.
  173. 2005-07-31 Gert Driesen <[email protected]>
  174. * ComplexDataStructure.cs: Fixed test due to change in default value
  175. of XmlArrayItemAttribute.IsNullable.
  176. * SoapAttributeAttributeTests.cs: Added tests for default values.
  177. * SoapElementAttributeTests.cs: Added tests for default values.
  178. * SoapEnumAttributeTests.cs: Added tests for default values.
  179. * SoapIncludeAttributeTests.cs: Added tests for default values.
  180. * SoapSchemaMemberTests.cs: Added tests for default values.
  181. * SoapTypeAttributeTests.cs: Added tests for default values.
  182. * XmlAnyElementAttributeTests.cs: Added tests for default values.
  183. * XmlArrayAttributeTests.cs: Added tests for default values.
  184. * XmlArrayItemAttributeTests.cs: Added tests for default values.
  185. * XmlAttributeAttributeTests.cs: Added tests for default values.
  186. * XmlChoiceIdentifierAttributeTests.cs: Added tests for default
  187. values.
  188. * XmlElementAttributeTests.cs: Added tests for default values.
  189. * XmlEnumAttributeTests.cs: Added tests for default values.
  190. * XmlIncludeAttributeTests.cs: Added tests for default values.
  191. * XmlRootAttributeTests.cs: Added tests for default values.
  192. * XmlTextAttributeTests.cs: Added tests for default values.
  193. * XmlTypeAttributeTests.cs: Added tests for default values.
  194. 2005-06-17 Raja R Harinath <[email protected]>
  195. * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
  196. errors while printing timezone offset (off.TotalHours == 5.5 gets
  197. printed as 6). Fix sign of timezone.
  198. 2005-04-26 Lluis Sanchez Gual <[email protected]>
  199. * XmlSerializerTests.cs:
  200. * DeserializeTests.cs:
  201. * XmlSerializerTestClasses.cs: Added tests for readonly properties and
  202. elements with spaces on them.
  203. 2005-03-30 Lluis Sanchez Gual <[email protected]>
  204. * XmlSerializerTests.cs:
  205. * XmlReflectionImporterTests.cs:
  206. * DeserializeTests.cs:
  207. * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
  208. 2005-03-29 Lluis Sanchez Gual <[email protected]>
  209. * XmlSerializerTests.cs:
  210. * DeserializeTests.cs:
  211. * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
  212. 2005-02-28 Atsushi Enomoto <[email protected]>
  213. * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
  214. string comparison.
  215. 2005-02-10 Nick Drochak <[email protected]>
  216. * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
  217. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  218. * DeserializeTests.cs: Added test case for bug #72265.
  219. 2005-01-30 Nick Drochak <[email protected]>
  220. * ComplexDataStructure.cs:
  221. * DeserializationTests.cs: Ignore failures on .NET
  222. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  223. * XmlSerializerTestClasses.cs: Added some test classes.
  224. * DeserializeTests.cs: Added tests for bug #61464.
  225. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  226. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  227. Minor fixes in Infoset method.
  228. * ComplexDataStructure.cs: New set of tests for testing complex object
  229. serialization.
  230. 2004-03-13 David Sheldon <[email protected]>
  231. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  232. the other way, so that the expecteed value was the first parameter.
  233. This makes the error messages you get out of it better.
  234. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  235. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  236. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  237. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  238. Simplified namespace hierarchy.
  239. * XmlSerializerTestClasses.cs: Added more test classes.
  240. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  241. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  242. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  243. independent from the text format.
  244. 2003-05-20 Atsushi Enomoto <[email protected]>
  245. * added DeserializeTests.cs and XmlAttributesTest.cs
  246. 2003-05-18 Atsushi Enomoto <[email protected]>
  247. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  248. and replaced some Assert() with AssertEquals().
  249. Applied USE_VERSION_1_1 to TestConstructor().
  250. 2003-05-16 Dick Porter <[email protected]>
  251. * XmlSerializerTests.cs: Test what happens when nulls are passed
  252. to the constructor
  253. 2003-05-16 Atsushi Enomoto <[email protected]>
  254. * XmlSerializerTests.cs : fixed some argument orders and fixed
  255. timezone dependent part of TestSerializeDateTime().
  256. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  257. * Tests inherits from Assertion and Assertion. prefixes removed
  258. 2003-05-10 Atsushi Enomoto <[email protected]>
  259. * added XmlSerializationWriterTests.cs. (by Erik)
  260. 2003-04-25 Atsushi Enomoto <[email protected]>
  261. * added XmlReflectionImporterTests.cs. (by Erik)
  262. 2003-04-12 Atsushi Enomoto <[email protected]>
  263. * added this file as a new entry.
  264. See ../ChangeLog to find former ChangeLog entries.
  265. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  266. (by Erik Lebel)