ChangeLog 13 KB

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